Initializes a new instance of the QueryTask class

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function QueryTask(
	url : String, 
	token : String
)

Parameters

url
Type: String
Optional - URL of the ArcGIS Server map service exposed as a REST resource that will receive the task's requests.
token
Type: String
Optional - Authentication token to be passed to the REST resource. Used with secure ArcGIS services.

See Also