NBEventInputConnector DeliverEvents Method IBM Integration Bus
Used to deliver NBEvents to be processed by the broker.

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

public void DeliverEvents(
	NBEvent[] events
)

Parameters

events
Type:  IBM.Broker.Plugin.Connector NBEvent 
An array of events to be delivered.
Remarks

The method returns as soon as the events have been successfully delivered to the node, but before the events are processed within the message flow. Each event in the array is processed individually.
See Also