Search Results for

    Show / Hide Table of Contents

    Class DeadLetterActorRef

    Class DeadLetterActorRef.

    Inheritance
    object
    ActorRefBase
    InternalActorRefBase
    MinimalActorRef
    EmptyLocalActorRef
    DeadLetterActorRef
    Implements
    IActorRef
    ICanTell
    IEquatable<IActorRef>
    IComparable<IActorRef>
    ISurrogated
    IComparable
    Inherited Members
    EmptyLocalActorRef.Path
    EmptyLocalActorRef.Provider
    EmptyLocalActorRef.IsTerminated
    EmptyLocalActorRef.SendSystemMessage(ISystemMessage)
    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 DeadLetterActorRef : EmptyLocalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable

    Constructors

    | Edit this page View Source

    DeadLetterActorRef(IActorRefProvider, ActorPath, EventStream)

    TBD

    Declaration
    public DeadLetterActorRef(IActorRefProvider provider, ActorPath path, EventStream eventStream)
    Parameters
    Type Name Description
    IActorRefProvider provider

    TBD

    ActorPath path

    TBD

    EventStream eventStream

    TBD

    Methods

    | Edit this page View Source

    SpecialHandle(object, IActorRef)

    TBD

    Declaration
    protected override bool SpecialHandle(object message, IActorRef sender)
    Parameters
    Type Name Description
    object message

    TBD

    IActorRef sender

    TBD

    Returns
    Type Description
    bool

    TBD

    Overrides
    EmptyLocalActorRef.SpecialHandle(object, IActorRef)
    | 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
    EmptyLocalActorRef.TellInternal(object, IActorRef)
    Exceptions
    Type Condition
    InvalidMessageException

    This exception is thrown if the given message is undefined.

    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