'Declaration
<NotNullAttribute()> Function DiscoverGlobalApplications( _ ByVal gdsEndpointDescriptorString As String, _ ByVal queryApplicationsFilter As Object _ ) As UADiscoveryElementCollection
'Usage
Dim instance As _EasyUAClient Dim gdsEndpointDescriptorString As String Dim queryApplicationsFilter As Object Dim value As UADiscoveryElementCollection value = instance.DiscoverGlobalApplications(gdsEndpointDescriptorString, queryApplicationsFilter)
[NotNull()] UADiscoveryElementCollection DiscoverGlobalApplications( string gdsEndpointDescriptorString, object queryApplicationsFilter )
[NotNull()] UADiscoveryElementCollection^ DiscoverGlobalApplications( String^ gdsEndpointDescriptorString, Object^ queryApplicationsFilter )
Parameters
- gdsEndpointDescriptorString
The value represents an OPC UA endpoint descriptor string. Any string can be passed to this parameter (i.e. will not cause System.ArgumentException), but not all values make sense and will work when an operation using them is attempted. The OPC UA endpoint descriptor string is typically the URL of the server endpoint.
The value of this parameter can be
null
(Nothing
in Visual Basic).- queryApplicationsFilter
- A filter used to find servers that meet the specified criteria.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).