Click or drag to resize
Akka.NETClusterActorRefProvider Class
INTERNAL API The `ClusterActorRefProvider` will load the Cluster extension, i.e. the cluster will automatically be started when the `ClusterActorRefProvider` is used.
Inheritance Hierarchy

Namespace: Akka.Cluster
Assembly: Akka.Cluster (in Akka.Cluster.dll) Version: 1.0.8.21 (1.0.8.21)
Syntax
public class ClusterActorRefProvider : RemoteActorRefProvider

The ClusterActorRefProvider type exposes the following members.

Constructors
  NameDescription
Public methodClusterActorRefProvider
Initializes a new instance of the ClusterActorRefProvider class
Top
Properties
Methods
  NameDescription
Public methodActorOf (Inherited from RemoteActorRefProvider.)
Public methodAfterSendSystemMessage
Afters the send system message.
(Inherited from RemoteActorRefProvider.)
Protected methodCreateRemoteDeploymentWatcher (Inherited from RemoteActorRefProvider.)
Protected methodCreateRemoteWatcher (Overrides RemoteActorRefProviderCreateRemoteWatcher(ActorSystemImpl).)
Protected methodCreateRemoteWatcherFailureDetector (Inherited from RemoteActorRefProvider.)
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 (Inherited from RemoteActorRefProvider.)
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 (Overrides RemoteActorRefProviderInit(ActorSystemImpl).)
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.
(Inherited from RemoteActorRefProvider.)
Public methodRegisterTempActor (Inherited from RemoteActorRefProvider.)
Public methodResolveActorRef(String) (Inherited from RemoteActorRefProvider.)
Public methodResolveActorRef(ActorPath) (Inherited from RemoteActorRefProvider.)
Public methodRootGuardianAt (Inherited from RemoteActorRefProvider.)
Public methodTempPath (Inherited from RemoteActorRefProvider.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterTempActor (Inherited from RemoteActorRefProvider.)
Public methodUseActorOnNode (Inherited from RemoteActorRefProvider.)
Top
Extension Methods
See Also