'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function DiscoverLocalApplications( _ ByVal client As IEasyUAClient, _ ByVal discoveryHost As String, _ ByVal applicationTypes As UAApplicationTypes _ ) As UADiscoveryElementCollection
'Usage
Dim client As IEasyUAClient Dim discoveryHost As String Dim applicationTypes As UAApplicationTypes Dim value As UADiscoveryElementCollection value = IEasyUAClientExtension.DiscoverLocalApplications(client, discoveryHost, applicationTypes)
[Extension()] [NotNull()] public static UADiscoveryElementCollection DiscoverLocalApplications( IEasyUAClient client, string discoveryHost, UAApplicationTypes applicationTypes )
[Extension()] [NotNull()] public: static UADiscoveryElementCollection^ DiscoverLocalApplications( IEasyUAClient^ client, String^ discoveryHost, UAApplicationTypes applicationTypes )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - discoveryHost
- The name of the machine that runs the discovery server that will be used for discovery task.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - applicationTypes
- Application types to be discovered.
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).