NBByteArrayInputEvent Constructor (NBEventInputConnector,  Byte )IBM Integration Bus
Provides a default implementation.

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

public NBByteArrayInputEvent(
	NBEventInputConnector connector,
	byte[] data
)

Parameters

connector
Type: IBM.Broker.Plugin.Connector NBEventInputConnector
The owning connector.
data
Type:  OnlineSystem Byte 
The data to be passed to the flow.
See Also