Share via


HMCharacteristicEvent.UpdateTriggerValueAsync(INSCopying) Method

Definition

Developers should not use this deprecated method.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task UpdateTriggerValueAsync(Foundation.INSCopying? triggerValue);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateTriggerValueAsync : Foundation.INSCopying -> System.Threading.Tasks.Task
override this.UpdateTriggerValueAsync : Foundation.INSCopying -> System.Threading.Tasks.Task

Parameters

triggerValue
INSCopying

The new trigger value. May be .

Returns

A task that represents the asynchronous UpdateTriggerValue operation

Attributes

Remarks

The UpdateTriggerValueAsync 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