ArcGIS Runtime SDK for WPF - Library Reference
SolveTaskAsync(RouteParameters,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > RouteTask Class > SolveTaskAsync Method : SolveTaskAsync(RouteParameters,CancellationToken) Method

parameters
Parameters indicate guidlines that are required when determining what the route to each stop.
cancellationToken
The cancellation token.
Determines the path from one stop to the next.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SolveTaskAsync( _
   ByVal parameters As RouteParameters, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of SolveRouteResult)

Parameters

parameters
Parameters indicate guidlines that are required when determining what the route to each stop.
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.