Class Tcp.ConnectionClosed
This is the common interface for all events which indicate that a connection has been closed or half-closed.
Inheritance
Tcp.ConnectionClosed
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class ConnectionClosed : Tcp.Event, INoSerializationVerificationNeeded, IDeadLetterSuppression
Properties
| Improve this Doc View SourceCause
TBD
Declaration
public virtual string Cause { get; }
Property Value
Type | Description |
---|---|
String |
IsAborted
TBD
Declaration
public virtual bool IsAborted { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsConfirmed
TBD
Declaration
public virtual bool IsConfirmed { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsErrorClosed
TBD
Declaration
public virtual bool IsErrorClosed { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsPeerClosed
TBD
Declaration
public virtual bool IsPeerClosed { get; }
Property Value
Type | Description |
---|---|
Boolean |