Search Results for

    Show / Hide Table of Contents

    Class FutureActorRef<T>

    INTERNAL API.

    ActorRef implementation used for one-off tasks.

    Inheritance
    object
    ActorRefBase
    InternalActorRefBase
    MinimalActorRef
    FutureActorRef<T>
    Implements
    IActorRef
    ICanTell
    IEquatable<IActorRef>
    IComparable<IActorRef>
    ISurrogated
    IComparable
    Inherited Members
    ActorRefBase.Tell(object, IActorRef)
    ActorRefBase.ToString()
    ActorRefBase.Equals(object)
    ActorRefBase.GetHashCode()
    ActorRefBase.CompareTo(object)
    ActorRefBase.Equals(IActorRef)
    ActorRefBase.CompareTo(IActorRef)
    ActorRefBase.ToSurrogate(ActorSystem)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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 Source

    FutureActorRef(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 Source

    Path

    TBD

    Declaration
    public override ActorPath Path { get; }
    Property Value
    Type Description
    ActorPath
    Overrides
    ActorRefBase.Path
    | Edit this page View Source

    Provider

    TBD

    Declaration
    public override IActorRefProvider Provider { get; }
    Property Value
    Type Description
    IActorRefProvider
    Overrides
    Akka.Actor.InternalActorRefBase.Provider

    Methods

    | Edit this page View Source

    DeliverAsk(object, ICanTell)

    Declaration
    public virtual void DeliverAsk(object message, ICanTell destination)
    Parameters
    Type Name Description
    object message
    ICanTell destination
    | Edit this page View Source

    SendSystemMessage(ISystemMessage)

    INTERNAL API.

    Abstract implementation of Akka.Actor.IInternalActorRef.

    Declaration
    public override void SendSystemMessage(ISystemMessage message)
    Parameters
    Type Name Description
    ISystemMessage message
    Overrides
    MinimalActorRef.SendSystemMessage(ISystemMessage)
    | Edit this page View Source

    TellInternal(object, IActorRef)

    TBD

    Declaration
    protected override void TellInternal(object message, IActorRef sender)
    Parameters
    Type Name Description
    object message

    TBD

    IActorRef sender

    TBD

    Overrides
    MinimalActorRef.TellInternal(object, IActorRef)

    Implements

    IActorRef
    ICanTell
    IEquatable<T>
    IComparable<T>
    ISurrogated
    IComparable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    ActorRefExtensions.GetOrElse(IActorRef, Func<IActorRef>)
    ActorRefExtensions.IsNobody(IActorRef)
    ActorRefImplicitSenderExtensions.Forward(IActorRef, object)
    ActorRefImplicitSenderExtensions.Tell(IActorRef, object)
    GracefulStopSupport.GracefulStop(IActorRef, TimeSpan)
    GracefulStopSupport.GracefulStop(IActorRef, TimeSpan, object)
    WatchAsyncSupport.WatchAsync(IActorRef, CancellationToken)
    Futures.Ask(ICanTell, object, TimeSpan?)
    Futures.Ask(ICanTell, object, TimeSpan?, CancellationToken)
    Futures.Ask(ICanTell, object, CancellationToken)
    Futures.Ask<T>(ICanTell, Func<IActorRef, object>, TimeSpan?, CancellationToken)
    Futures.Ask<T>(ICanTell, object, TimeSpan?)
    Futures.Ask<T>(ICanTell, object, TimeSpan?, CancellationToken)
    Futures.Ask<T>(ICanTell, object, CancellationToken)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET