Share via


HMTrigger.RemoveActionSetAsync(HMActionSet) Method

Definition

Asynchronously removes actionSet from the trigger.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task RemoveActionSetAsync(HomeKit.HMActionSet actionSet);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveActionSetAsync : HomeKit.HMActionSet -> System.Threading.Tasks.Task
override this.RemoveActionSetAsync : HomeKit.HMActionSet -> System.Threading.Tasks.Task

Parameters

actionSet
HMActionSet

Returns

A task that represents the asynchronous RemoveActionSet operation

Attributes

Applies to