Class FutureActorRef<T>
INTERNAL API.
ActorRef implementation used for one-off tasks.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class FutureActorRef<T> : MinimalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceFutureActorRef(TaskCompletionSource<T>, ActorPath, IActorRefProvider)
INTERNAL API
Declaration
public FutureActorRef(TaskCompletionSource<T> result, ActorPath path, IActorRefProvider provider)
Parameters
Type | Name | Description |
---|---|---|
TaskCompletionSource<T> | result | TBD |
ActorPath | path | TBD |
IActorRefProvider | provider | TBD |
Properties
| Edit this page View SourcePath
TBD
Declaration
public override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Edit this page View SourceProvider
TBD
Declaration
public override IActorRefProvider Provider { get; }
Property Value
Type | Description |
---|---|
IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Methods
| Edit this page View SourceDeliverAsk(object, ICanTell)
Declaration
public virtual void DeliverAsk(object message, ICanTell destination)
Parameters
Type | Name | Description |
---|---|---|
object | message | |
ICanTell | destination |
SendSystemMessage(ISystemMessage)
INTERNAL API.
Abstract implementation of Akka.Actor.IInternalActorRef.
Declaration
public override void SendSystemMessage(ISystemMessage message)
Parameters
Type | Name | Description |
---|---|---|
ISystemMessage | message |
Overrides
| Edit this page View SourceTellInternal(object, IActorRef)
TBD
Declaration
protected override void TellInternal(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
IActorRef | sender | TBD |