ArcGIS API for WPF - Library Reference
SolveServiceAreaAsync(RouteServiceAreaParameters,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RouteTask Class > SolveServiceAreaAsync Method : SolveServiceAreaAsync(RouteServiceAreaParameters,Object) Method

parameters
Parameters indicate guidlines that are required when determining what the service area is of each facility.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Returns geometries that define the service area of each facility.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SolveServiceAreaAsync( _
   ByVal parameters As RouteServiceAreaParameters, _
   ByVal userToken As Object _
) 
C# 
public void SolveServiceAreaAsync( 
   RouteServiceAreaParameters parameters,
   object userToken
)

Parameters

parameters
Parameters indicate guidlines that are required when determining what the service area is of each facility.
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

See Also

© ESRI, Inc. All Rights Reserved.