HMZone.AddRoomAsync(HMRoom) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona room
à zona e é executado completion
após a conclusão.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task AddRoomAsync (HomeKit.HMRoom room);
abstract member AddRoomAsync : HomeKit.HMRoom -> System.Threading.Tasks.Task
override this.AddRoomAsync : HomeKit.HMRoom -> System.Threading.Tasks.Task
Parâmetros
- room
- HMRoom
Retornos
Uma tarefa que representa a operação assíncrona do AddRoom
- Atributos