HMCharacteristicEvent.UpdateTriggerValueAsync(INSCopying) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 UpdateTriggerValueAsync (Foundation.INSCopying triggerValue);
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.