[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Clears a message body in preparation for writing

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public override void ClearBody()
Public Overrides Sub ClearBody
public:
virtual void ClearBody() override

Remarks

When clearBody is called, the message body is cleared and the message body is set to write-only mode. After the first call to reset has been made, the message body is in read-only mode.

See Also