MicrosoftFormsClient.ListFormsAsync(CancellationToken) 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.
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.