Creates a new binary message with the given body
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Function CreateBytesMessage ( _ body As Byte() _ ) As IBytesMessage |
C# |
---|
IBytesMessage CreateBytesMessage( byte[] body ) |
Visual C++ |
---|
IBytesMessage^ CreateBytesMessage( array<unsigned char>^ body ) |
JavaScript |
---|
function createBytesMessage(body); |
Parameters
- body
- Type: array<System..::..Byte>[]()[][]