'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function DiscoverLocalServers( _ ByVal client As IEasyUAClient, _ ByVal discoveryHost As String, _ ByVal flat As Boolean _ ) As UADiscoveryElementCollection
'Usage
Dim client As IEasyUAClient Dim discoveryHost As String Dim flat As Boolean Dim value As UADiscoveryElementCollection value = IEasyUAClientExtension.DiscoverLocalServers(client, discoveryHost, flat)
[Extension()] [NotNull()] public static UADiscoveryElementCollection DiscoverLocalServers( IEasyUAClient client, string discoveryHost, bool flat )
[Extension()] [NotNull()] public: static UADiscoveryElementCollection^ DiscoverLocalServers( IEasyUAClient^ client, String^ discoveryHost, bool flat )
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). - flat
- Determines whether one element will be returned for each discovery URI.
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).