Reset method

Resets a message so that the reading of values starts from the beginning of the message body.

Syntax
Visual Basic
Public Sub Reset()
C#
public void Reset();
Remarks

The Reset method also puts the QABinaryMessage message body in read-only mode.

See also