HMHome.AddRoomAsync(String) 方法

定义

将名为 roomName 的会议室添加到主页,并在添加后运行 completion 它。

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

参数

roomName
String

返回

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

属性

适用于