NBPollingResult BuildInputRecord Method IBM Integration Bus
This is called by the broker when the record representing the result is required.

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

public abstract NBInputRecord BuildInputRecord()

Return Value

Type: NBInputRecord
The input record to be processed.
Remarks

The record is used to construct the message that is processed in the message flow. If an Exception is thrown then the processing of the result will fail.
See Also