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 sealed class Tcp.Close : Tcp.CloseCommand, INoSerializationVerificationNeeded, IDeadLetterSuppression
Fields
| Edit this page View SourceInstance
Declaration
public static readonly Tcp.Close Instance
Field Value
Type | Description |
---|---|
Tcp.Close |
Properties
| Edit this page View SourceEvent
The event to return in response to this command
Declaration
public override Tcp.ConnectionClosed Event { get; }
Property Value
Type | Description |
---|---|
Tcp.ConnectionClosed |