Class Udp.SuspendReading
Send this message to a listener actor (which sent a Udp.Bound message) to
have it stop reading datagrams from the network. If the O/S kernel’s receive
buffer runs full then subsequent datagrams will be silently discarded.
Re-enable reading from the socket using the ResumeReading
command.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class SuspendReading : Udp.Command, INoSerializationVerificationNeeded
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly Udp.SuspendReading Instance
Field Value
Type | Description |
---|---|
Udp.SuspendReading |