Class Tcp.Close
A normal close operation will first flush pending writes and then close the socket. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using a Tcp.Closed message.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class Close : Tcp.CloseCommand, INoSerializationVerificationNeeded, IDeadLetterSuppression
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly Tcp.Close Instance
Field Value
Type | Description |
---|---|
Tcp.Close |
Properties
| Improve this Doc View SourceEvent
TBD
Declaration
public override Tcp.ConnectionClosed Event { get; }
Property Value
Type | Description |
---|---|
Tcp.ConnectionClosed |