Initializes a new instance of the FindTask class

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

Syntax

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

Parameters

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

See Also