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

parameters
Parameters indicate guidlines that are required when determining what the route to the closest facility.
Determines the closest route between Incidents and Facilities.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SolveClosestFacilityTaskAsync( _
   ByVal parameters As RouteClosestFacilityParameters _
) As Task(Of SolveClosestFacilityResult)
C# 
public Task<SolveClosestFacilityResult> SolveClosestFacilityTaskAsync( 
   RouteClosestFacilityParameters parameters
)

Parameters

parameters
Parameters indicate guidlines that are required when determining what the route to the closest facility.

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.