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 Tcp.ConnectionClosed : Tcp.Event, INoSerializationVerificationNeeded, IDeadLetterSuppression
Properties
| Edit this page 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 |
---|---|
bool |
IsConfirmed
TBD
Declaration
public virtual bool IsConfirmed { get; }
Property Value
Type | Description |
---|---|
bool |
IsErrorClosed
TBD
Declaration
public virtual bool IsErrorClosed { get; }
Property Value
Type | Description |
---|---|
bool |
IsPeerClosed
TBD
Declaration
public virtual bool IsPeerClosed { get; }
Property Value
Type | Description |
---|---|
bool |