NBEvent EventSource Property IBM Integration Bus
This is called by the broker after an event is received.

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

public virtual string EventSource { get; }

Property Value

Type: OnlineString
The source of the result.
Remarks

The information is used in log entries to tell the end user where the event originated from. If it is not overridden then the connector name is used. Throwing an Exception will cause an entry to be written to the Event Log and the event to be discarded.
See Also