| ActorSelection Class |
Namespace: Akka.Actor
The ActorSelection type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorSelection |
Initializes a new instance of the ActorSelection class.
| |
| ActorSelection(ActorRef, SelectionPathElement) |
Initializes a new instance of the ActorSelection class.
| |
| ActorSelection(ActorRef, IEnumerableString) |
Initializes a new instance of the ActorSelection class.
| |
| ActorSelection(ActorRef, String) |
Initializes a new instance of the ActorSelection class.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(ActorSelection) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResolveOne | ||
| Tell(Object) |
Posts a message to this ActorSelection.
| |
| Tell(Object, ActorRef) |
Posts a message to this ActorSelection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Ask(Object, NullableTimeSpan) | Overloaded. (Defined by Futures.) | |
| AskT(Object, NullableTimeSpan) | Overloaded. (Defined by Futures.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |