Click or drag to resize
Akka.NETMultiNodeSpecVerifySystemShutdown 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.42 (1.2.3.42)
Syntax
protected virtual bool VerifySystemShutdown { get; }

Property Value

Type: Boolean
See Also