Class Tcp.Aborted
The connection has been aborted in response to an Tcp.Abort command.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Tcp.Aborted : Tcp.ConnectionClosed, INoSerializationVerificationNeeded, IDeadLetterSuppressionFields
| Edit this page View SourceInstance
Declaration
public static readonly Tcp.Aborted InstanceField Value
| Type | Description | 
|---|---|
| Tcp.Aborted | 
Properties
| Edit this page View SourceIsAborted
Was the connection closed normally?
Declaration
public override bool IsAborted { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
 Edit this page
Edit this page