Search Results for

    Show / Hide Table of Contents

    Class AssociatedEvent

    TBD

    Inheritance
    object
    RemotingLifecycleEvent
    AssociationEvent
    AssociatedEvent
    Inherited Members
    AssociationEvent.ToString()
    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 AssociatedEvent : AssociationEvent

    Constructors

    | Edit this page View Source

    AssociatedEvent(Address, Address, bool)

    TBD

    Declaration
    public AssociatedEvent(Address localAddress, Address remoteAddress, bool inbound)
    Parameters
    Type Name Description
    Address localAddress

    TBD

    Address remoteAddress

    TBD

    bool inbound

    TBD

    Properties

    | Edit this page View Source

    IsInbound

    TBD

    Declaration
    public override bool IsInbound { get; protected set; }
    Property Value
    Type Description
    bool
    Overrides
    AssociationEvent.IsInbound
    | Edit this page View Source

    LocalAddress

    TBD

    Declaration
    public override Address LocalAddress { get; protected set; }
    Property Value
    Type Description
    Address
    Overrides
    AssociationEvent.LocalAddress
    | Edit this page View Source

    RemoteAddress

    TBD

    Declaration
    public override Address RemoteAddress { get; protected set; }
    Property Value
    Type Description
    Address
    Overrides
    AssociationEvent.RemoteAddress

    Methods

    | Edit this page View Source

    LogLevel()

    TBD

    Declaration
    public override LogLevel LogLevel()
    Returns
    Type Description
    LogLevel

    TBD

    Overrides
    RemotingLifecycleEvent.LogLevel()

    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