Class Tcp.ResumeReading
This command needs to be sent to the connection actor after a Tcp.SuspendReading command in order to resume reading from the socket.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Tcp.ResumeReading : Tcp.Command, INoSerializationVerificationNeeded
Fields
| Edit this page View SourceInstance
Declaration
public static readonly Tcp.ResumeReading Instance
Field Value
| Type | Description |
|---|---|
| Tcp.ResumeReading |
Edit this page