MicrosoftFormsClient.ListFormsAsync(CancellationToken) Method

Definition

List forms

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement?>> ListFormsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ListFormsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
override this.ListFormsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
Public Overridable Function ListFormsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of Nullable(Of JsonElement)))

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List forms response.

Remarks

Discovery method used to populate dynamic parameter values at design time.

Applies to