[TIBCO.EMS .NET client library 5.1 documentation]

Create a byte array message

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

Syntax

public BytesMessage CreateBytesMessage()
Public Function CreateBytesMessage As BytesMessage
public:
BytesMessage^ CreateBytesMessage()

Remarks

This method creates a BytesMessage object, which is used to send a message containing a stream of uninterpreted bytes.

See Also