Class Udp.NoAck
Each Udp.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 Udp.CommandFailed message.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class NoAck : Udp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceNoAck(Object)
TBD
Declaration
public NoAck(object token)
Parameters
Type | Name | Description |
---|---|---|
Object | token | TBD |
Fields
| Improve this Doc View SourceInstance
Default Udp.NoAck instance which is used when no acknowledgment information is explicitly provided. Its "token" is null.
Declaration
public static readonly Udp.NoAck Instance
Field Value
Type | Description |
---|---|
Udp.NoAck |
Properties
| Improve this Doc View SourceToken
TBD
Declaration
public object Token { get; }
Property Value
Type | Description |
---|---|
Object |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |