Condividi tramite


HMHome.AddRoomAsync(String) Metodo

Definizione

Aggiunge una stanza denominata roomName alla casa e viene eseguita completion dopo l'aggiunta.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<HomeKit.HMRoom> AddRoomAsync (string roomName);
abstract member AddRoomAsync : string -> System.Threading.Tasks.Task<HomeKit.HMRoom>
override this.AddRoomAsync : string -> System.Threading.Tasks.Task<HomeKit.HMRoom>

Parametri

roomName
String

Restituisce

Attività che rappresenta l'operazione AddRoom asincrona. Il valore del parametro TResult è di tipo System.Action<HomeKit.HMRoom,Foundation.NSError>.

Attributi

Si applica a