Call this method to append only offset bytes to the record.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public void AppendByteArray(
byte[] data,
long offset
)
public void AppendByteArray(
byte[] data,
long offset
)
Public Sub AppendByteArray (
data As Byte(),
offset As Long
)
Public Sub AppendByteArray (
data As Byte(),
offset As Long
)
public:
virtual void AppendByteArray(
array<unsigned char>^ data,
long long offset
) sealed
public:
virtual void AppendByteArray(
array<unsigned char>^ data,
long long offset
) sealed
abstract AppendByteArray :
data : byte[] *
offset : int64 -> unit
override AppendByteArray :
data : byte[] *
offset : int64 -> unit
abstract AppendByteArray :
data : byte[] *
offset : int64 -> unit
override AppendByteArray :
data : byte[] *
offset : int64 -> unit
Parameters
- data
- Type:
System Byte
The data to be appended to the record.
- offset
- Type:
System Int64
The offset into data.
This method is called to pass the data from the event or result to the record.