Search Results for

    Show / Hide Table of Contents

    Class SystemMessage

    INTERNAL API

    ISystemMessage is an interface and too basic to express all of the capabilities needed to express a full-fledged system message.

    Inheritance
    object
    SystemMessage
    ActorTask
    Create
    DeathWatchNotification
    Escalate
    NoMessage
    Recreate
    Resume
    Stop
    Supervise
    Suspend
    Terminate
    Unwatch
    Watch
    Implements
    ISystemMessage
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Dispatch.SysMsg
    Assembly: Akka.dll
    Syntax
    public abstract class SystemMessage : ISystemMessage, INoSerializationVerificationNeeded

    Properties

    | Edit this page View Source

    Unlinked

    Returns true if we are unlinked.

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

    Methods

    | Edit this page View Source

    Unlink()

    Unlinks this message from the linked list.

    Declaration
    public void Unlink()

    Implements

    ISystemMessage
    INoSerializationVerificationNeeded

    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