Click or drag to resize
Akka.NETCallingThreadDispatcher Properties

The CallingThreadDispatcher type exposes the following members.

Properties
  NameDescription
Public propertyConfigurator
The configurator used to configure this message dispatcher.
(Inherited from MessageDispatcher.)
Public propertyEventStream
The EventStream for this dispatcher's actor system
(Inherited from MessageDispatcher.)
Public propertyId
The ID for this dispatcher.
(Inherited from MessageDispatcher.)
Protected propertyInhabitants
The number of actors attached to this MessageDispatcher
(Inherited from MessageDispatcher.)
Public propertyMailboxes
The list of available Mailboxes for this dispatcher's actor system
(Inherited from MessageDispatcher.)
Public propertyShutdownTimeout
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.
(Inherited from MessageDispatcher.)
Public propertyThroughput
Gets or sets the throughput.
(Inherited from MessageDispatcher.)
Public propertyThroughputDeadlineTime
Gets or sets the throughput deadline time.
(Inherited from MessageDispatcher.)
Top
See Also