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

path
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 _
) As Task(Of LocalGeocodeService)
C# 
public static Task<LocalGeocodeService> GetServiceAsync( 
   string path
)

Parameters

path

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.