NBByteArrayPollingResult Constructor (NBPollingInputConnector,  Byte , Int64)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,
	long offset
)

Parameters

connector
Type: IBM.Broker.Plugin.Connector NBPollingInputConnector
The owning connector.
data
Type:  OnlineSystem Byte 
The data to be passed to the flow.
offset
Type: OnlineSystem Int64
The offset into data.
Exceptions

ExceptionCondition
OnlineSystem ArgumentOutOfRangeExceptionThrown if offset is negative or greater than the Length of data.
Remarks

A range from from data between 0 and offset will be used.
See Also