NBConnectorFactory EventInputConnectors Property IBM Integration Bus
Returns a collection of all NBEventInputConnectors 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<NBEventInputConnector> EventInputConnectors { get; }

Property Value

Type: OnlineReadOnlyCollection NBEventInputConnector 
All EventInputConnectors.
See Also