Share via


HMLocationEvent.UpdateRegionAsync(CLRegion) Method

Definition

Developers should not use this deprecated method.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task UpdateRegionAsync(CoreLocation.CLRegion region);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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