HMHomeManager.AddHomeAsync(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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