Condividi tramite


HMHomeManager.AddHomeAsync(String) Metodo

Definizione

Aggiunge una casa denominata homeName al gestore ed viene eseguita completion al termine.

[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.HMHome> AddHomeAsync (string homeName);
abstract member AddHomeAsync : string -> System.Threading.Tasks.Task<HomeKit.HMHome>
override this.AddHomeAsync : string -> System.Threading.Tasks.Task<HomeKit.HMHome>

Parametri

homeName
String

Restituisce

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

Attributi

Si applica a