HMZone.RemoveRoom(HMRoom, Action<NSError>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Gestionnaire qui retourne null
en cas de réussite ou objet d’erreur en cas d’échec.
- Attributs