[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Puts the message body in read-only mode and
repositions the stream of bytes to the beginning.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void Reset() |
Public Sub Reset |
public: void Reset() |
Remarks
Reset prepares a message body for reading, as if the message
were newly received. This is in contrast to Message.ClearBody, which clears
a message body in preparation for writing, as if it were newly created.