共用方式為


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

屬性

適用於