Class Udp.ResumeReading
This message must be sent to the listener actor to re-enable reading from
the socket after a SuspendReading command.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Udp.ResumeReading : Udp.Command, INoSerializationVerificationNeeded
Fields
| Edit this page View SourceInstance
Singleton instance that represents a resume reading command.
Declaration
public static readonly Udp.ResumeReading Instance
Field Value
| Type | Description |
|---|---|
| Udp.ResumeReading |
Edit this page