ArcGIS API for Windows Phone - Library Reference
SolveClosestFacilityAsync(RouteClosestFacilityParameters) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RouteTask Class > SolveClosestFacilityAsync Method : SolveClosestFacilityAsync(RouteClosestFacilityParameters) Method

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

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SolveClosestFacilityAsync( _
   ByVal parameters As RouteClosestFacilityParameters _
) 
C# 
public void SolveClosestFacilityAsync( 
   RouteClosestFacilityParameters parameters
)

Parameters

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

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.