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

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

Syntax

Visual Basic (Declaration) 
Public Overloads Function SolveTaskAsync( _
   ByVal parameters As RouteParameters _
) As Task(Of SolveRouteResult)
C# 
public Task<SolveRouteResult> SolveTaskAsync( 
   RouteParameters parameters
)

Parameters

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

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.