QuickOPC User's Guide and Reference
ObtainClient Method (UADialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADialog Class : ObtainClient Method
Infrastructure.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Function ObtainClient() As IEasyUAClient
'Usage
 
Dim instance As UADialog
Dim value As IEasyUAClient
 
value = instance.ObtainClient()
[NotNull()]
protected IEasyUAClient ObtainClient()
[NotNull()]
protected:
IEasyUAClient^ ObtainClient(); 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also