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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > EasyUAGlobalDiscoveryClient Class : UpdateApplication Method
Syntax
'Declaration
 
Public Sub UpdateApplication( _
   ByVal gdsEndpointDescriptor As UAEndpointDescriptor, _
   ByVal applicationRecord As UAApplicationRecordDataType _
) 
'Usage
 
Dim instance As EasyUAGlobalDiscoveryClient
Dim gdsEndpointDescriptor As UAEndpointDescriptor
Dim applicationRecord As UAApplicationRecordDataType
 
instance.UpdateApplication(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