ArcGIS API for Windows Phone - Library Reference
RouteTask Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : RouteTask Class


The following tables list the members exposed by RouteTask.

Public Constructors

 NameDescription
public ConstructorRouteTask ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAutoNormalizeIf true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCredentials Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyDisableClientCaching If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyIsBusy Gets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyProxyURL Gets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyToken Token for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyUrl Gets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Methods

 NameDescription
public MethodCancelAsync Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public MethodSolveAsyncOverloaded.  Determines the path from one stop to the next.  
public MethodSolveClosestFacilityAsyncOverloaded. Determines the closest route between RouteClosestFacilityParameters.Incidents and RouteClosestFacilityParameters.Facilities.  
public MethodSolveServiceAreaAsyncOverloaded.  Returns geometries that define the service area of each facility.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Events

 NameDescription
public EventFailed Occurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public EventSolveClosestFacilityCompletedEvent is rasised on completion of SolveClosestFacilityAsync(RouteClosestFacilityParameters)  
public EventSolveCompletedEvent is raised upon completion of SolveAsync(RouteParameters).  
public EventSolveServiceAreaCompletedThis event is raised on the succesful completion of the SolveServiceAreaAsync(RouteServiceAreaParameters).  
Top

See Also

© ESRI, Inc. All Rights Reserved.