Search Results for

    Show / Hide Table of Contents

    Class DeathWatchNotification

    Class DeathWatchNotification.

    Inheritance
    object
    SystemMessage
    DeathWatchNotification
    Implements
    ISystemMessage
    INoSerializationVerificationNeeded
    IDeadLetterSuppression
    Inherited Members
    SystemMessage.Unlink()
    SystemMessage.Unlinked
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Dispatch.SysMsg
    Assembly: Akka.dll
    Syntax
    public sealed class DeathWatchNotification : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded, IDeadLetterSuppression

    Constructors

    | Edit this page View Source

    DeathWatchNotification(IActorRef, bool, bool)

    Initializes a new instance of the DeathWatchNotification class.

    Declaration
    public DeathWatchNotification(IActorRef actor, bool existenceConfirmed, bool addressTerminated)
    Parameters
    Type Name Description
    IActorRef actor

    The actor.

    bool existenceConfirmed

    if set to true [existence confirmed].

    bool addressTerminated

    if set to true [address terminated].

    Properties

    | Edit this page View Source

    Actor

    Gets the actor.

    Declaration
    public IActorRef Actor { get; }
    Property Value
    Type Description
    IActorRef

    The actor.

    | Edit this page View Source

    AddressTerminated

    Gets a value indicating whether [address terminated].

    Declaration
    public bool AddressTerminated { get; }
    Property Value
    Type Description
    bool

    true if [address terminated]; otherwise, false.

    | Edit this page View Source

    ExistenceConfirmed

    Gets a value indicating whether [existence confirmed].

    Declaration
    public bool ExistenceConfirmed { get; }
    Property Value
    Type Description
    bool

    true if [existence confirmed]; otherwise, false.

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    ISystemMessage
    INoSerializationVerificationNeeded
    IDeadLetterSuppression

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    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