Sends a callback request to a REST resource. The result of this operation is passed to callback function.

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

Syntax

JScript
 function Send(
	url : String, 
	callback : Function
)

Parameters

url
Type: String
URL of REST resource that will receive request. Should include the full request, not just the basic URL of the service.
callback
Type: Function
The function that will handle the callback response

Remarks

See the ArcGIS Server REST API Reference for information on working with the REST API.

See Also