Share via


HMEventTrigger.RemoveEventAsync(HMEvent) Method

Definition

Asynchronously attempts to remove event from Events.

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

Parameters

event
HMEvent

The event to remove.

Returns

A task that represents the asynchronous RemoveEvent operation

Attributes

Applies to