Click or drag to resize
Akka.NETIActorRefProvider Properties

The IActorRefProvider type exposes the following members.

Properties
  NameDescription
Public propertyDeadLetters
Gets the dead letters.
Public propertyDefaultAddress
Gets the external address of the default transport.
Public propertyDeployer
Gets the deployer.
Public propertyGuardian
Gets the supervisor used for all top-level user actors.
Public propertyRootGuardian
Reference to the supervisor of guardian and systemGuardian; this is exposed so that the ActorSystemImpl can use it as lookupRoot, i.e. for anchoring absolute actor look-ups.
Public propertyRootPath
Gets the root path for all actors within this actor system, not including any remote address information.
Public propertySettings
Gets the settings.
Public propertySystemGuardian
Gets the supervisor used for all top-level system actors.
Public propertyTempContainer
Returns the actor reference representing the "/temp" path.
Public propertyTerminationTask
This Future is completed upon termination of this IActorRefProvider, which is usually initiated by stopping the guardian via Stop(IActorRef).
Top
See Also