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

parameters
Parameters indicate guidlines that are required when determining what the route to the closest facility.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Determines the closest route between Incidents and Facilities.

Syntax

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

Parameters

parameters
Parameters indicate guidlines that are required when determining what the route to the closest 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, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.