| MessageDispatcherShutdownTimeout Property |
INTERNAL API
When the dispatcher no longer has any actors registered, the ShutdownTimeout determines
how long it will wait until it shuts itself down, defaulting to your Akka.NET config's 'akka.actor.default-dispatcher.shutdown-timeout'
or the system default specified.
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public TimeSpan ShutdownTimeout { get; protected set; }
member ShutdownTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpanSee Also