Click or drag to resize
Akka.NETRemoteActorRefProvider Methods

The RemoteActorRefProvider type exposes the following members.

Methods
  NameDescription
Public methodActorOf
TBD
Protected methodCreateRemoteDeploymentWatcher
TBD
Protected methodCreateRemoteWatcher
TBD
Protected methodCreateRemoteWatcherFailureDetector
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExternalAddressFor
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Initialization of an ActorRefProvider happens in two steps: first construction of the object with settings, eventStream, etc. and then—when the ActorSystem is constructed—the second phase during which actors may be created (e.g. the guardians).
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuarantine
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.
Public methodRegisterTempActor
Registers an actorRef at a path returned by TempPath; do NOT pass in any other path.
Public methodResolveActorRef(String)
TBD
Public methodResolveActorRef(ActorPath)
TBD
Public methodRootGuardianAt
TBD
Public methodTempPath
Generates and returns a unique actor path below "/temp".
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterTempActor
Unregister a temporary actor (i.e. obtained from TempPath); do NOT pass in any other path.
Public methodUseActorOnNode
TBD
Top
Extension Methods
See Also