Click or drag to resize

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
Syntax
C#
public enum MessageAckMode
Members
  Member nameValueDescription
AutoAck1 Automatic application acknowledge all received messages, the application does not need to call Ack(...) explicitly.
ClienAck2 Obsolete. Acknowledges only the msgId specified. Deprecated use ClientAck instead.
ClientAck2 Acknowledges only the msgId specified.
See Also