Edit

Share via


HMHome.AddZoneAsync(String) Method

Definition

Adds a none that is named zoneName to the home and runs completionHandler after it has been added.

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

Parameters

zoneName
String

Returns

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

Attributes

Applies to