The NBEventInputConnector type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NBEventInputConnector |
Initializes a new instance of the NBEventInputConnector class.
|
Methods
Name | Description | |
---|---|---|
![]() | DeliverEvent |
Used to deliver a single NBEvent to be processed by the broker.
|
![]() | DeliverEvents |
Used to deliver NBEvents to be processed by the broker.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | Finish |
Finish is called when the node using the connector no longer wants to receive data.
(Inherited from NBInputConnector.) |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Initialize |
This is called by the broker when a node using this connector is started.
(Inherited from NBConnector.) |
![]() | LogNoEvent |
This is called by the broker when no events have been received for a while.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Start |
Start is called when the node using the connector is ready to start receiving data.
(Inherited from NBInputConnector.) |
![]() | Terminate |
This is called by the broker when the node using the connector is being stopped or deleted.
(Inherited from NBConnector.) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | WriteActivityLog(String) |
Writes an entry to activity log using the context that this connector is being run in.
(Inherited from NBConnector.) |
![]() | WriteActivityLog(String, NBSeverity) |
Writes an entry to activity log using the context that this connector is being run in.
(Inherited from NBConnector.) |
![]() | WriteActivityLog(String, Dictionary String, String ) |
Writes an entry to activity log using the context that this connector is being run in.
(Inherited from NBConnector.) |
![]() | WriteActivityLog(String, NBSeverity, Dictionary String, String ) |
Writes an entry to activity log using the context that this connector is being run in.
(Inherited from NBConnector.) |
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