Used to deliver a single
NBEvent to be processed by the broker.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public void DeliverEvent(
NBEvent theEvent
)
public void DeliverEvent(
NBEvent theEvent
)
Public Sub DeliverEvent (
theEvent As NBEvent
)
Public Sub DeliverEvent (
theEvent As NBEvent
)
public:
virtual void DeliverEvent(
NBEvent^ theEvent
) sealed
public:
virtual void DeliverEvent(
NBEvent^ theEvent
) sealed
abstract DeliverEvent :
theEvent : NBEvent -> unit
override DeliverEvent :
theEvent : NBEvent -> unit
abstract DeliverEvent :
theEvent : NBEvent -> unit
override DeliverEvent :
theEvent : NBEvent -> unit
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.