'Declaration
Public Function New( _ ByVal discoveryHost As String, _ ByVal flat As Boolean _ )
'Usage
Dim discoveryHost As String Dim flat As Boolean Dim instance As New UALocalApplicationDiscoveryQuery(discoveryHost, flat)
public UALocalApplicationDiscoveryQuery( string discoveryHost, bool flat )
public: UALocalApplicationDiscoveryQuery( String^ discoveryHost, bool flat )
Parameters
- discoveryHost
- The name of the machine that runs the discovery server that will be used for performing the discovery.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - flat
- Determines whether one element will be returned for each discovery URI.