IActorRef Interface |
Namespace: Akka.Actor
The IActorRef type exposes the following members.
Name | Description | |
---|---|---|
Path |
The path of this actor. Can be used to extract information about whether or not this actor is local or remote.
|
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. (Inherited from IComparable.) | |
CompareTo(T) | 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. (Inherited from IComparableIActorRef.) | |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIActorRef.) | |
Tell |
Asynchronously delivers a message to this IActorRef or ActorSelection
in a non-blocking fashion. Uses "at most once" delivery semantics.
(Inherited from ICanTell.) | |
ToSurrogate |
TBD
(Inherited from ISurrogated.) |
Name | Description | |
---|---|---|
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) | |
Tell |
Asynchronously tells a message to an IActorRef.
(Defined by ActorRefImplicitSenderExtensions.) |