Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub InitializeWithLocalServiceAsync( _ ByVal locator As Locator, _ ByVal path As String, _ ByVal locatorName As String, _ ByVal callback As Action(Of LocalGeocodeService) _ ) |
C# | |
---|---|
public static void InitializeWithLocalServiceAsync( Locator locator, string path, string locatorName, Action<LocalGeocodeService> callback ) |
Parameters
- locator
- A Locator to initialize.
- path
- A System.String representing the path to a Locator Package, folder or Geodatabase.
- locatorName
- A System.String representing the name of the Locator within the package or workspace.
- callback
- An Action delegate to support inline event handling.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8