Share via


HMHomeManager.AddHomeAsync(String) Method

Definition

Asynchronously adds a home that is named homeName to the manager.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<HomeKit.HMHome> AddHomeAsync(string homeName);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddHomeAsync : string -> System.Threading.Tasks.Task<HomeKit.HMHome>
override this.AddHomeAsync : string -> System.Threading.Tasks.Task<HomeKit.HMHome>

Parameters

homeName
String

Returns

A task that represents the asynchronous AddHome operation. The value of the TResult parameter is of type System.Action<HomeKit.HMHome,Foundation.NSError>.

Attributes

Applies to