 | MessageAckMode Enumeration |
version: 10.22.0
Defines the possible acknowledgements modes for received Guaranteed Delivery messages.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic enum MessageAckMode
Members
| Member name | Value | Description |
---|
| AutoAck | 1 |
Automatic application acknowledge all received messages, the application does not need to call Ack(...) explicitly.
|
| ClienAck | 2 | Obsolete.
Acknowledges only the msgId specified. Deprecated use ClientAck instead.
|
| ClientAck | 2 |
Acknowledges only the msgId specified.
|
See Also