NBByteArrayPollingResult Constructor (NBPollingInputConnector,  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 NBByteArrayPollingResult(
	NBPollingInputConnector connector,
	byte[] data
)

Parameters

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