HMHome.AddZoneAsync(String) 方法

定义

将名为 zoneName 的 none 添加到主页,并在添加后运行 completionHandler

[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>

参数

zoneName
String

返回

表示异步 AddZone 操作的任务。 TResult 参数的值的类型为 System.Action<HomeKit.HMZone,Foundation.NSError>。

属性

适用于