ArcFM Responder Mobile Developer Guide
CreateClientUrl Method






Creates the remoting URL for accessing Query Service. If multiple servers are specified, each URL will be separated by a space.
Syntax
'Declaration
 
Public Function CreateClientUrl() As System.String
'Usage
 
Dim instance As QueryServiceSetting
Dim value As System.String
 
value = instance.CreateClientUrl()
public System.string CreateClientUrl()
public function CreateClientUrl(): System.String; 
public function CreateClientUrl() : System.String;
public: System.string* CreateClientUrl(); 
public:
System.String^ CreateClientUrl(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryServiceSetting Class
QueryServiceSetting Members

Send Feedback