The NBEventInputConnector type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ConnectorFactory |
Returns the ConnectionFactory that created this connector.
(Inherited from NBConnector.) |
![]() | Name |
Returns the name of the connector.
(Inherited from NBConnector.) |
![]() | Properties |
Returns the configuration properties that this connector has. Changing the returned properties has no effect.
(Inherited from NBConnector.) |
![]() | Started |
Started reports the running state of the connector. It is always set to true before Start is called and set to false before Finish is called.
(Inherited from NBInputConnector.) |
See Also