Solclient
MessageAckMode Enumeration |
Defines the possible acknowledgements modes for received Guaranteed Delivery messages.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
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