다음을 통해 공유


HMEventTrigger.RemoveEventAsync(HMEvent) 메서드

정의

에서 Events 제거 event 를 시도하고 나중에 처리기를 completion 호출합니다.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UpdateEvents' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task RemoveEventAsync (HomeKit.HMEvent event);
abstract member RemoveEventAsync : HomeKit.HMEvent -> System.Threading.Tasks.Task
override this.RemoveEventAsync : HomeKit.HMEvent -> System.Threading.Tasks.Task

매개 변수

event
HMEvent

제거할 이벤트입니다.

반환

비동기 RemoveEvent 작업을 나타내는 작업

특성

적용 대상