다음을 통해 공유


HMEventTrigger.UpdateExecuteOnce(Boolean, Action<NSError>) 메서드

정의

[Foundation.Export("updateExecuteOnce:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateExecuteOnce (bool executeOnce, Action<Foundation.NSError> completion);
abstract member UpdateExecuteOnce : bool * Action<Foundation.NSError> -> unit
override this.UpdateExecuteOnce : bool * Action<Foundation.NSError> -> unit

매개 변수

executeOnce
Boolean
completion
Action<NSError>

작업이 완료되면 실행할 처리기입니다.

특성

적용 대상