Search Results for

    Show / Hide Table of Contents

    Class ThisActorSystemQuarantinedEvent

    TBD

    Inheritance
    object
    RemotingLifecycleEvent
    ThisActorSystemQuarantinedEvent
    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 ThisActorSystemQuarantinedEvent : RemotingLifecycleEvent

    Constructors

    | Edit this page View Source

    ThisActorSystemQuarantinedEvent(Address, Address)

    TBD

    Declaration
    public ThisActorSystemQuarantinedEvent(Address localAddress, Address remoteAddress)
    Parameters
    Type Name Description
    Address localAddress

    TBD

    Address remoteAddress

    TBD

    Properties

    | Edit this page View Source

    LocalAddress

    TBD

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

    RemoteAddress

    TBD

    Declaration
    public Address RemoteAddress { get; }
    Property Value
    Type Description
    Address

    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