Click or drag to resize
Akka.NETRemoteActorRefProvider Properties

The RemoteActorRefProvider 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 propertyRemoteDaemon
Remoting system daemon responsible for powering remote deployment capabilities.
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).
Public propertyTransport
The remote transport. Wraps all of the underlying physical network transports.
Top
See Also