ActorRefBase Class |
Namespace: Akka.Actor
The ActorRefBase type exposes the following members.
Name | Description | |
---|---|---|
ActorRefBase | Initializes a new instance of the ActorRefBase class |
Name | Description | |
---|---|---|
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
CompareTo(IActorRef) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(IActorRef) | Indicates whether the current object is equal to another object of the same type. | |
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 | Serves as the default hash function. (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 |
TBD
| |
TellInternal |
TBD
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
ToSurrogate |
Creates a surrogate representation of the current ActorRefBase.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Ask(Object, NullableTimeSpan) | Overloaded.
TBD
(Defined by Futures.) | |
Ask(Object, CancellationToken) | Overloaded.
TBD
(Defined by Futures.) | |
Ask(Object, NullableTimeSpan, CancellationToken) | Overloaded.
TBD
(Defined by Futures.) | |
AskT(Object, NullableTimeSpan) | Overloaded.
TBD
(Defined by Futures.) | |
AskT(Object, CancellationToken) | Overloaded.
TBD
(Defined by Futures.) | |
AskT(Object, NullableTimeSpan, CancellationToken) | Overloaded.
TBD
(Defined by Futures.) | |
Forward |
Forwards the message using the current Sender
(Defined by ActorRefImplicitSenderExtensions.) | |
GracefulStop(TimeSpan) | Overloaded.
TBD
(Defined by GracefulStopSupport.) | |
GracefulStop(TimeSpan, Object) | Overloaded.
TBD
(Defined by GracefulStopSupport.) | |
IsNobody |
If we call a method such as (Defined by ActorRefExtensions.)Context.Child(name) | |
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.) | |
Tell |
Asynchronously tells a message to an IActorRef.
(Defined by ActorRefImplicitSenderExtensions.) |