Mode property

Returns the QAManager acknowledgement mode for received messages.

Syntax
Visual Basic
Public Readonly Property Mode As AcknowledgementMode
C#
public AcknowledgementMode Mode {get;}
Remarks

For a list of possible values, see AcknowledgementMode enumeration. AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT and AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT apply to QAManager instances; AcknowledgementMode.TRANSACTIONAL is the mode for QATransactionalManager instances.