Click or drag to resize
Akka.NETExtendedActorSystem Properties

The ExtendedActorSystem type exposes the following members.

Properties
  NameDescription
Public propertyActorPipelineResolver
Gets the actor producer pipeline resolver for current actor system. It may be used by Akka plugins to inject custom behavior directly into actor creation chain.
Public propertyDeadLetters
Gets the dead letters.
(Inherited from ActorSystem.)
Public propertyDispatchers
Gets the dispatchers.
(Inherited from ActorSystem.)
Public propertyEventStream
Gets the event stream.
(Inherited from ActorSystem.)
Public propertyGuardian
Gets the top-level supervisor of all user actors created using system.ActorOf(...)
Public propertyLog
Gets the log
(Inherited from ActorSystem.)
Public propertyLookupRoot
The RootGuardianActorRef, used as the lookup for IActorRef resolutions.
Public propertyMailboxes
Gets the mailboxes.
(Inherited from ActorSystem.)
Public propertyName
Gets the name of this system.
(Inherited from ActorSystem.)
Public propertyProvider
Gets the provider.
Public propertyScheduler
Gets the scheduler.
(Inherited from ActorSystem.)
Public propertySerialization
Gets the serialization.
(Inherited from ActorSystem.)
Public propertySettings
Gets the settings.
(Inherited from ActorSystem.)
Public propertyStartTime
Start-up time since the epoch.
(Inherited from ActorSystem.)
Public propertySystemGuardian
Gets the top-level supervisor of all system-internal services like logging.
Public propertyUptime
Up-time of this actor system.
(Inherited from ActorSystem.)
Public propertyWhenTerminated
Returns a task which will be completed after the ActorSystem has been terminated and termination hooks have been executed. Be careful to not schedule any operations on the `dispatcher` of this actor system as it will have been shut down before this task completes.
(Inherited from ActorSystem.)
Top
See Also