NBPollingResult ResultSource Property IBM Integration Bus
This is called by the broker after a result is returned.

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

public virtual string ResultSource { 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 result 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 result to be discarded.
See Also