Click or drag to resize
Akka.NETTestKitBaseShutdown Method (NullableTimeSpan, Boolean)
Shuts down this system. On failure debug output will be logged about the remaining actors in the system. If verifySystemShutdown is true, then an exception will be thrown on failure.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual void Shutdown(
	Nullable<TimeSpan> duration = null,
	bool verifySystemShutdown = false
)

Parameters

duration (Optional)
Type: SystemNullableTimeSpan
Optional. The duration to wait for shutdown. Default is 5 seconds multiplied with the config value "akka.test.timefactor".
verifySystemShutdown (Optional)
Type: SystemBoolean
if set to true an exception will be thrown on failure.
See Also