This is called by the broker after an event is received.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual string EventSource { get; }
public virtual string EventSource { get; }
Public Overridable ReadOnly Property EventSource As String
Get
Public Overridable ReadOnly Property EventSource As String
Get
public:
virtual property String^ EventSource {
String^ get ();
}
public:
virtual property String^ EventSource {
String^ get ();
}
abstract EventSource : string with get
override EventSource : string with get
abstract EventSource : string with get
override EventSource : string with get
Property Value
Type:
StringThe source of the result.
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.