This is called by the broker to get a information about the NBConnectorFactory.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public abstract string Info { get; }
public abstract string Info { get; }
Public MustOverride ReadOnly Property Info As String
Get
Public MustOverride ReadOnly Property Info As String
Get
public:
virtual property String^ Info {
String^ get () abstract;
}
public:
virtual property String^ Info {
String^ get () abstract;
}
abstract Info : string with get
abstract Info : string with get
Property Value
Type:
StringInformation about this NBConnectorFactory.
It must return useful information about the Connector factory being used, such as its branded name and current version.