NBEvent MarkAsFailed Method IBM Integration Bus
This is called by the broker if the processing of the event fails with an error.

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

public virtual void MarkAsFailed()
Remarks

If an Exception is thrown then the error is written to the Event Log and the event is discarded.
See Also