The NBConnector type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NBConnector |
Initializes a new instance of the NBConnector class.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | 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.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Terminate |
This is called by the broker when the node using the connector is being stopped or deleted.
|
![]() | ![]() | 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.
|
![]() | WriteActivityLog(String, NBSeverity) |
Writes an entry to activity log using the context that this connector is being run in.
|
![]() | WriteActivityLog(String, Dictionary String, String ) |
Writes an entry to activity log using the context that this connector is being run in.
|
![]() | WriteActivityLog(String, NBSeverity, Dictionary String, String ) |
Writes an entry to activity log using the context that this connector is being run in.
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectorFactory |
Returns the ConnectionFactory that created this connector.
|
![]() | Name |
Returns the name of the connector.
|
![]() | Properties |
Returns the configuration properties that this connector has. Changing the returned properties has no effect.
|
See Also