Class AssociationEvent
TBD
Inheritance
AssociationEvent
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public abstract class AssociationEvent : RemotingLifecycleEvent
Fields
| Edit this page View SourceEventName
TBD
Declaration
protected string EventName
Field Value
| Type | Description |
|---|---|
| string |
Properties
| Edit this page View SourceIsInbound
TBD
Declaration
public abstract bool IsInbound { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
LocalAddress
TBD
Declaration
public abstract Address LocalAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Address |
RemoteAddress
TBD
Declaration
public abstract Address RemoteAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Address |
Methods
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | TBD |
Edit this page