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