| MultiNodeSpecVerifySystemShutdown Property |
Override this and return `true` to assert that the
shutdown of the `ActorSystem` was done properly.
Namespace:
Akka.Remote.TestKit
Assembly:
Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual bool VerifySystemShutdown { get; }
abstract VerifySystemShutdown : bool with get
override VerifySystemShutdown : bool with get
Property Value
Type:
BooleanSee Also