HMLocationEvent.UpdateRegionAsync(CLRegion) Method

Definition

Developers should not use this deprecated method.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task UpdateRegionAsync (CoreLocation.CLRegion region);
abstract member UpdateRegionAsync : CoreLocation.CLRegion -> System.Threading.Tasks.Task
override this.UpdateRegionAsync : CoreLocation.CLRegion -> System.Threading.Tasks.Task

Parameters

region
CLRegion

Returns

A task that represents the asynchronous UpdateRegion operation

Attributes

Remarks

The UpdateRegionAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to