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



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

Parameters

gdsEndpointDescriptor
applicationRecord
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