'Declaration
<ExtensionAttribute()> Public Shared Sub UnregisterNode( _ ByVal clientNodeRegistration As IEasyUAClientNodeRegistration, _ ByVal registrationHandle As Integer _ )
'Usage
Dim clientNodeRegistration As IEasyUAClientNodeRegistration Dim registrationHandle As Integer IEasyUAClientNodeRegistrationExtension.UnregisterNode(clientNodeRegistration, registrationHandle)
[Extension()] public static void UnregisterNode( IEasyUAClientNodeRegistration clientNodeRegistration, int registrationHandle )
[Extension()] public: static void UnregisterNode( IEasyUAClientNodeRegistration^ clientNodeRegistration, int registrationHandle )
Parameters
- clientNodeRegistration
- The client node registration object that will perform the operation.
This is typically obtained by calling System.IServiceProvider.GetService(System.Type) on the OpcLabs.EasyOpc.UA.IEasyUAClient (
EasyUAClient
object) with the type of OpcLabs.EasyOpc.UA.Services.IEasyUAClientNodeRegistration as an argument.The value of this parameter cannot be
null
(Nothing
in Visual Basic). - registrationHandle
- Registration handle of the node that should be unregistered.