Initializes a new instance of the RouteTask class

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

Syntax

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

Parameters

url
Type: String
Optional - URL of ArcGIS Server NetworkAnalysis REST resource that will receive the task's requests.
token
Type: String
Optional - Authentication token to be used in the task's requests to a secured ArcGIS service.

See Also