NBConnectorFactory InputConnectors Property IBM Integration Bus
Returns a collection of all NBInputConnectors which have been created by this factory and have not been terminated.

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

public ReadOnlyCollection<NBInputConnector> InputConnectors { get; }

Property Value

Type: OnlineReadOnlyCollection NBInputConnector 
All InputConnectors.
See Also