Click or drag to resize
Akka.NETIDispatcherPrerequisites Properties

The IDispatcherPrerequisites type exposes the following members.

Properties
  NameDescription
Public propertyEventStream
The EventStream that belongs to the current ActorSystem.
Public propertyMailboxes
The list of registered Mailboxes for the current ActorSystem.
Public propertyScheduler
The IScheduler that belongs to the current ActorSystem.
Public propertySettings
The Settings for the current ActorSystem.
Top
See Also