An NDoc Documented Class Library

AcknowledgeMode Enumeration

The session message acknowledgment modes.

public enum AcknowledgeMode

Members

Member Name Description
Transacted Returned by Session.AcknowledgeMode if the session is transacted.
Auto The session will automatically acknowledge receipt of a message.
Client The client must acknowledge receipt of a message by invoking the Message.Acknowledge method.
DupsOK The session will automatically, but lazily, acknowledge receipt of a message. This mode may result in duplicate messages being received if a failure occurs.

Requirements

Namespace: webMethods.Msg

Assembly: webMethods.Msg (in webMethods.Msg.dll)

See Also

webMethods.Msg Namespace