NBEventInputConnector DeliverEvent Method IBM Integration Bus
Used to deliver a single NBEvent 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 DeliverEvent(
	NBEvent theEvent
)
Remarks

The method returns as soon as the event has been successfully delivered to the node, but before the event is processed within the message flow.
See Also