다음을 통해 공유


HMHome.RemoveServiceGroup(HMServiceGroup, Action<NSError>) 메서드

정의

group 홈에서 제거하고 완료 된 후 실행 completion 합니다.

[Foundation.Export("removeServiceGroup:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveServiceGroup (HomeKit.HMServiceGroup group, Action<Foundation.NSError> completion);
abstract member RemoveServiceGroup : HomeKit.HMServiceGroup * Action<Foundation.NSError> -> unit
override this.RemoveServiceGroup : HomeKit.HMServiceGroup * Action<Foundation.NSError> -> unit

매개 변수

completion
Action<NSError>

성공 시 반환 null 되는 처리기 또는 실패 시 오류 개체입니다.

특성

적용 대상