NBByteArrayPollingResult BuildInputRecord Method IBM Integration Bus
Provides a default implementation of BuildInputRecord.

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

public override NBInputRecord BuildInputRecord()

Return Value

Type: NBInputRecord
A new NBInputRecord.
Remarks

If not overridden, a new NBByteArrayInputRecord is returned, populated from the given data.
See Also