Class UdpConnected.NoAck
Each UdpConnected.Send can optionally request a positive acknowledgment to be sent to the commanding actor. If such notification is not desired the Ack must be set to an instance of this class. The token contained within can be used to recognize which write failed when receiving a UdpConnected.CommandFailed message.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class UdpConnected.NoAck : UdpConnected.Event, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceNoAck(object)
Creates a new NoAck event with the specified token.
Declaration
public NoAck(object token)
Parameters
Type | Name | Description |
---|---|---|
object | token | The token associated with this NoAck event. |
Fields
| Edit this page View SourceInstance
Singleton instance that represents a no-acknowledgment event.
Declaration
public static readonly UdpConnected.NoAck Instance
Field Value
Type | Description |
---|---|
UdpConnected.NoAck |
Properties
| Edit this page View SourceToken
Gets the token associated with this NoAck instance.
Declaration
public object Token { get; }
Property Value
Type | Description |
---|---|
object |