This is called by the broker when the record representing the result is required.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public abstract NBInputRecord BuildInputRecord()
public abstract NBInputRecord BuildInputRecord()
Public MustOverride Function BuildInputRecord As NBInputRecord
Public MustOverride Function BuildInputRecord As NBInputRecord
public:
virtual NBInputRecord^ BuildInputRecord() abstract
public:
virtual NBInputRecord^ BuildInputRecord() abstract
abstract BuildInputRecord : unit -> NBInputRecord
abstract BuildInputRecord : unit -> NBInputRecord
Return Value
Type:
NBInputRecordThe input record to be processed.
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.