HMHome.AddRoomAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a room named roomName
to the home and runs completion
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.HMRoom> AddRoomAsync (string roomName);
abstract member AddRoomAsync : string -> System.Threading.Tasks.Task<HomeKit.HMRoom>
override this.AddRoomAsync : string -> System.Threading.Tasks.Task<HomeKit.HMRoom>
Parameters
- roomName
- String
Returns
A task that represents the asynchronous AddRoom operation. The value of the TResult parameter is of type System.Action<HomeKit.HMRoom,Foundation.NSError>.
- Attributes