Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Sub SetBytes ( _ key As String, _ value As Byte(), _ offset As Integer, _ length As Integer _ ) |
| C# |
|---|
void SetBytes( string key, byte[] value, int offset, int length ) |
| Visual C++ |
|---|
void SetBytes( String^ key, array<unsigned char>^ value, int offset, int length ) |
| JavaScript |
|---|
function setBytes(key, value, offset, length); |
Parameters
- key
- Type: System..::..String
- value
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- length
- Type: System..::..Int32