Initializes a new instance of the Geoprocessor class

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

Syntax

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

Parameters

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

See Also