NBElementInputRecord provides a default class to handle input records for polling results and events.
Inheritance Hierarchy

IBM.Broker.Plugin.Connector NBInputRecord
IBM.Broker.Plugin.Connector NBElementInputRecord
Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Remarks
Use an NBElementInputRecord when you want to have complete control over the message that is constructed or you are building the message tree from a data source that does not have a bitstream representation.
This class provides default handling of byte array records. You need only override methods where the default behaviour needs changing.
A record represents a single message to be sent down a message flow.
See Also