Search Results for

    Show / Hide Table of Contents

    Class Supervise

    Class Supervise.

    Inheritance
    object
    SystemMessage
    Supervise
    Implements
    ISystemMessage
    INoSerializationVerificationNeeded
    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 Supervise : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    Supervise(IActorRef, bool)

    Initializes a new instance of the Supervise class.

    Declaration
    public Supervise(IActorRef child, bool async)
    Parameters
    Type Name Description
    IActorRef child

    The child.

    bool async

    if set to true [asynchronous].

    Properties

    | Edit this page View Source

    Async

    Gets a value indicating whether this Supervise is asynchronous.

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

    true if asynchronous; otherwise, false.

    | Edit this page View Source

    Child

    Gets the child.

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

    The child.

    Methods

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    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