Asynchronously starts the local geocode service instance. Returns a Task object on which the Result property contains LocalService instance.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Overrides NotOverridable Function StartAsync() As Task(Of LocalService) |
Remarks
Return Value
A Task object on which the Result property contains the LocalService instance.
Exceptions
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also