The following tables list the members exposed by IEasyUAClientNodeRegistration.
Public Methods
| Name | Description |
![Method](template/packages/core-dotnet/images/Method.png) | RegisterMultipleNodes | Registers the nodes specified by an array of node arguments (endpoint descriptor and node descriptor in each arguments object). |
![Method](template/packages/core-dotnet/images/Method.png) | UnregisterMultipleNodes | Unregisters the nodes specified by their registration handles. |
Top
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | RegisterMultipleNodes | Registers the nodes specified by a single endpoint descriptor, and an array of node descriptors. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | RegisterNode | Overloaded. Registers the node specified by an endpoint descriptor and a node descriptor. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | UnregisterNode | Unregisters the node specified by its registration handle. |
Top
See Also