Initializes a new instance of the IdentifyTask class

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

Syntax

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

Parameters

url
Type: String
Optional - URL of the ArcGIS Server REST resource (representing a map service) 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