ArcGIS API for Silverlight - Library Reference
SolveAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RouteTask Class : SolveAsync Method

parameters
Parameters indicate guidlines that are required when determining what the route to each stop.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Determines the path from one stop to the next.

Syntax

Visual Basic (Declaration) 
Public Sub SolveAsync( _
   ByVal parameters As RouteParameters, _
   Optional ByVal userToken As Object _
) 
C# 
public void SolveAsync( 
   RouteParameters parameters,
   object userToken
)

Parameters

parameters
Parameters indicate guidlines that are required when determining what the route to each stop.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.