TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.GetAsBytes Method 

Return a copy of the message data as a byte array, suitable for archiving in a file.

public static byte[] GetAsBytes(
   Message message
);

Parameters

message
The source message

Return Value

The byte array as copy of the message

Remarks

To reconstruct the message from bytes use method createFromBytes(). Parameter must be an instance of TIBCO Enterprise Message Service Message object.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace