Class FutureActorRef<T>
INTERNAL API.
ActorRef implementation used for one-off tasks.
Inheritance
Akka.Actor.InternalActorRefBase
Akka.Actor.MinimalActorRef
FutureActorRef<T>
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class FutureActorRef<T> : MinimalActorRef, IInternalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable, IActorRefScope
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc 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
| Improve this Doc View SourcePath
TBD
Declaration
public override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Improve this Doc View SourceProvider
TBD
Declaration
public override IActorRefProvider Provider { get; }
Property Value
Type | Description |
---|---|
IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Methods
| Improve this Doc View SourceDeliverAsk(Object, ICanTell)
Declaration
public virtual void DeliverAsk(object message, ICanTell destination)
Parameters
Type | Name | Description |
---|---|---|
Object | message | |
ICanTell | destination |
TellInternal(Object, IActorRef)
TBD
Declaration
protected override void TellInternal(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
IActorRef | sender | TBD |
Overrides
Akka.Actor.MinimalActorRef.TellInternal(System.Object, Akka.Actor.IActorRef)