Class AssociationEvent
TBD
Inheritance
AssociationEvent
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public abstract class AssociationEvent : RemotingLifecycleEvent
Fields
| Improve this Doc View SourceEventName
TBD
Declaration
protected string EventName
Field Value
Type | Description |
---|---|
String |
Properties
| Improve this Doc View SourceIsInbound
TBD
Declaration
public abstract bool IsInbound { get; protected set; }
Property Value
Type | Description |
---|---|
Boolean |
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
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |