Share via


HMTrigger.UpdateNameAsync(String) Method

Definition

Asynchronously updates the name of the trigger.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task UpdateNameAsync(string name);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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