Share via


BotStateSet.LoadAllAsync(ITurnContext, Boolean, CancellationToken) Method

Definition

Load all BotState records in parallel.

public System.Threading.Tasks.Task LoadAllAsync (Microsoft.Bot.Builder.ITurnContext turnContext, bool force = false, System.Threading.CancellationToken cancellationToken = default);
member this.LoadAllAsync : Microsoft.Bot.Builder.ITurnContext * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function LoadAllAsync (turnContext As ITurnContext, Optional force As Boolean = false, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

turnContext
ITurnContext

turn context.

force
Boolean

should data be forced into cache.

cancellationToken
CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns

A task that represents the work queued to execute.

Applies to