NBConnectorFactory PollingInputConnectors Property IBM Integration Bus
Returns a collection of all NBPollingInputConnectors 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<NBPollingInputConnector> PollingInputConnectors { get; }

Property Value

Type: OnlineReadOnlyCollection NBPollingInputConnector 
All PollingInputConnectors.
See Also