| RemoteActorRefProvider Methods |
The RemoteActorRefProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorOf |
TBD
| |
| CreateRemoteDeploymentWatcher |
TBD
| |
| CreateRemoteWatcher |
TBD
| |
| CreateRemoteWatcherFailureDetector |
TBD
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetExternalAddressFor |
TBD
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init |
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).
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Quarantine |
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.
| |
| RegisterTempActor | Registers an actorRef at a path returned by TempPath; do NOT pass in any other path. | |
| ResolveActorRef(String) |
TBD
| |
| ResolveActorRef(ActorPath) |
TBD
| |
| RootGuardianAt |
TBD
| |
| TempPath | Generates and returns a unique actor path below "/temp". | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnregisterTempActor | Unregister a temporary actor (i.e. obtained from TempPath); do NOT pass in any other path. | |
| UseActorOnNode |
TBD
|
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |