NBByteArrayInputRecord AppendByteArray Method ( Byte )IBM Integration Bus
Call this method to append bytes to the record.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public void AppendByteArray(
	byte[] data
)

Parameters

data
Type:  OnlineSystem Byte 
The data to be appended to the record.
Remarks

This method is called to pass the data from the event or result to the record.
See Also