Partager via


HMZone.RemoveRoom(HMRoom, Action<NSError>) Méthode

Définition

room Supprime de la zone et s’exécute completion une fois qu’elle a terminé.

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

Paramètres

room
HMRoom
completion
Action<NSError>

Gestionnaire qui retourne null en cas de réussite ou objet d’erreur en cas d’échec.

Attributs

S’applique à