Class UdpConnected.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 class SuspendReading : UdpConnected.Command, INoSerializationVerificationNeeded
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly UdpConnected.SuspendReading Instance
Field Value
Type | Description |
---|---|
UdpConnected.SuspendReading |