Search Results for

    Show / Hide Table of Contents

    Class QuarantinedEvent

    TBD

    Inheritance
    object
    RemotingLifecycleEvent
    QuarantinedEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Remote
    Assembly: Akka.Remote.dll
    Syntax
    public sealed class QuarantinedEvent : RemotingLifecycleEvent

    Constructors

    | Edit this page View Source

    QuarantinedEvent(Address, int)

    TBD

    Declaration
    public QuarantinedEvent(Address address, int uid)
    Parameters
    Type Name Description
    Address address

    TBD

    int uid

    TBD

    Properties

    | Edit this page View Source

    Address

    TBD

    Declaration
    public Address Address { get; }
    Property Value
    Type Description
    Address
    | Edit this page View Source

    Uid

    TBD

    Declaration
    public int Uid { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    LogLevel()

    TBD

    Declaration
    public override LogLevel LogLevel()
    Returns
    Type Description
    LogLevel

    TBD

    Overrides
    RemotingLifecycleEvent.LogLevel()
    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    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