The NBConnectorFactory type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ContainerName |
The name of the container running the connectors.
|
![]() | EventInputConnectors |
Returns a collection of all NBEventInputConnectors which have been created by this factory and have not been terminated.
|
![]() | Info |
This is called by the broker to get a information about the NBConnectorFactory.
|
![]() | InputConnectors |
Returns a collection of all NBInputConnectors which have been created by this factory and have not been terminated.
|
![]() | Name |
Returns the name of the factory.
|
![]() | PollingInputConnectors |
Returns a collection of all NBPollingInputConnectors which have been created by this factory and have not been terminated.
|
![]() | Properties |
Returns all properties for this connector factory.
|
![]() | WorkDirectory |
The working directory of the container running the connectors. This can be used to store data by connectors owned by this factory.
The data stored is kept until the broker is deleted.
|
See Also