HMHome.AssignAccessoryAsync(HMAccessory, HMRoom) 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.
Assigns accessory
to room
and runs completion
afer it has been assigned.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task AssignAccessoryAsync (HomeKit.HMAccessory accessory, HomeKit.HMRoom room);
abstract member AssignAccessoryAsync : HomeKit.HMAccessory * HomeKit.HMRoom -> System.Threading.Tasks.Task
override this.AssignAccessoryAsync : HomeKit.HMAccessory * HomeKit.HMRoom -> System.Threading.Tasks.Task
Parameters
- accessory
- HMAccessory
- room
- HMRoom
Returns
A task that represents the asynchronous AssignAccessory operation
- Attributes