ArcGIS Runtime SDK for WPF - Library Reference
GetServiceAsync(String,String) Method
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalGeocodeService Class > GetServiceAsync Method : GetServiceAsync(String,String) Method

path
locator
This will either reuse an existing service for the supplied path, or make a new service if its not already running.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetServiceAsync( _
   ByVal path As String, _
   ByVal locator As String _
) As Task(Of LocalGeocodeService)
C# 
public static Task<LocalGeocodeService> GetServiceAsync( 
   string path,
   string locator
)

Parameters

path
locator

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.