'Declaration
Public Function New( _ ByVal discoveryHost As String _ )
'Usage
Dim discoveryHost As String Dim instance As New UANetworkServerDiscoveryQuery(discoveryHost)
public UANetworkServerDiscoveryQuery( string discoveryHost )
public: UANetworkServerDiscoveryQuery( String^ discoveryHost )
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).