Open the QAManager with the given AcknowledgementMode value.
Public Sub Open(ByVal mode As AcknowledgementMode)
public void Open(AcknowledgementMode mode)
mode The acknowledgement mode, one of AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT or AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT.
QAException class Thrown if there is a problem opening the QAManager instance.
The Open method must be the first method called after creating a QAManager.