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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing Namespace > DADialog Class : ObtainClient Method
Infrastructure.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Function ObtainClient() As IEasyDAClient
'Usage
 
Dim instance As DADialog
Dim value As IEasyDAClient
 
value = instance.ObtainClient()
[NotNull()]
protected IEasyDAClient ObtainClient()
[NotNull()]
protected:
IEasyDAClient^ 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