GeoCoordinateWatcher.TryStart Method
For apps that target Windows Phone OS 7.0 and 7.1, do not use this member in your app. If you do, your code will throw a MethodAccessException. This member is security-critical, which restricts it to internal use by the .NET Framework for Windows Phone class library.
Assembly: System.Device (in System.Device.dll)
true if the location service responds within the timeout window; otherwise, false.
[SECURITY CRITICAL]
Namespace:
System.Device.Location[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Attempts to start the acquisition of data from the location service. If the provided timeout interval is exceeded before the location service responds, the request for location is stopped and the method returns false.
Assembly: System.Device (in System.Device.dll)
'Declaration <SecurityCriticalAttribute> _ Public Function TryStart ( _ suppressPermissionPrompt As Boolean, _ timeout As TimeSpan _ ) As Boolean
Parameters
- suppressPermissionPrompt
- Type: System.Boolean
This parameter is not used.
- timeout
- Type: System.TimeSpan
A TimeSpan object specifying the amount of time to wait for location data acquisition to begin.
Return Value
Type: System.Booleantrue if the location service responds within the timeout window; otherwise, false.
Implements
IGeoPositionWatcher(Of T).TryStart(Boolean, TimeSpan)
Show: