QuickOPC User's Guide and Reference
UAGlobalApplicationDiscoveryQuery Constructor(UAEndpointDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UAGlobalApplicationDiscoveryQuery Class > UAGlobalApplicationDiscoveryQuery Constructor : UAGlobalApplicationDiscoveryQuery Constructor(UAEndpointDescriptor)
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the discovery.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal gdsEndpointDescriptor As UAEndpointDescriptor _
)
'Usage
 
Dim gdsEndpointDescriptor As UAEndpointDescriptor
 
Dim instance As New UAGlobalApplicationDiscoveryQuery(gdsEndpointDescriptor)
public UAGlobalApplicationDiscoveryQuery( 
   UAEndpointDescriptor gdsEndpointDescriptor
)
public:
UAGlobalApplicationDiscoveryQuery( 
   UAEndpointDescriptor^ gdsEndpointDescriptor
)

Parameters

gdsEndpointDescriptor
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the discovery.
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