NBEvent BuildInputRecord Method IBM Integration Bus
This is called by the broker when the record representing the Event 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 event will fail.
See Also