| ActorRef Methods |
The ActorRef type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo | ||
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(ActorRef) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Forward |
Forwards the message using the current Sender
| |
| 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.) | |
| Tell(Object) | ||
| Tell(Object, ActorRef) | ||
| TellInternal | ||
| ToString | (Overrides ObjectToString.) | |
| ToSurrogate |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Ask(Object, NullableTimeSpan) | Overloaded. (Defined by Futures.) | |
| AskT(Object, NullableTimeSpan) | Overloaded. (Defined by Futures.) | |
| GracefulStop(TimeSpan) | Overloaded. (Defined by GracefulStopSupport.) | |
| GracefulStop(TimeSpan, Object) | Overloaded. (Defined by GracefulStopSupport.) | |
| IsNobody |
If we call a method such as (Defined by ActorRefExtensions.)Context.Child(name) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |