QuickOPC User's Guide and Reference
ReturnClient Method (UAReactive)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Reactive Namespace > UAReactive Class : ReturnClient Method
The OpcLabs.EasyOpc.UA.EasyUAClient previously obtained for this reactive object.
Returns the client object that was used by this reactive object.
Syntax
'Declaration
 
Protected Friend Sub ReturnClient( _
   ByVal client As EasyUAClient _
) 
'Usage
 
Dim instance As UAReactive
Dim client As EasyUAClient
 
instance.ReturnClient(client)
protected internal void ReturnClient( 
   EasyUAClient client
)
protected internal:
void ReturnClient( 
   EasyUAClient^ client
) 

Parameters

client
The OpcLabs.EasyOpc.UA.EasyUAClient previously obtained for this reactive object.
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

UAReactive Class
UAReactive Members