HMService.UpdateNameAsync Method

Definition

Overloads

UpdateNameAsync(HMServiceType)
Obsolete.

Developers should not use this obsolete method.

UpdateNameAsync(String)

Updates the name of the service to name and runs completion after it has finished.

UpdateNameAsync(HMServiceType)

Caution

This API is now deprecated.

Developers should not use this obsolete method.

[System.Obsolete]
public System.Threading.Tasks.Task UpdateNameAsync (HomeKit.HMServiceType serviceType);
member this.UpdateNameAsync : HomeKit.HMServiceType -> System.Threading.Tasks.Task

Parameters

serviceType
HMServiceType

Returns

Attributes

Applies to

UpdateNameAsync(String)

Updates the name of the service to name and runs completion after it has finished.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task UpdateNameAsync (string name);
abstract member UpdateNameAsync : string -> System.Threading.Tasks.Task
override this.UpdateNameAsync : string -> System.Threading.Tasks.Task

Parameters

name
String

Returns

A task that represents the asynchronous UpdateName operation

Attributes

Applies to