QuickOPC User's Guide and Reference
GetApplication Method (EasyUAGlobalDiscoveryClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > EasyUAGlobalDiscoveryClient Class : GetApplication Method
Syntax
'Declaration
 
Public Function GetApplication( _
   ByVal gdsEndpointDescriptor As UAEndpointDescriptor, _
   ByVal applicationId As UANodeId _
) As UAApplicationRecordDataType
'Usage
 
Dim instance As EasyUAGlobalDiscoveryClient
Dim gdsEndpointDescriptor As UAEndpointDescriptor
Dim applicationId As UANodeId
Dim value As UAApplicationRecordDataType
 
value = instance.GetApplication(gdsEndpointDescriptor, applicationId)

Parameters

gdsEndpointDescriptor
applicationId
Requirements

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

See Also