Condividi tramite


IStatePropertyAccessor<T>.SetAsync Metodo

Definizione

Impostare il valore della proprietà sull'origine.

public System.Threading.Tasks.Task SetAsync (Microsoft.Bot.Builder.ITurnContext turnContext, T value, System.Threading.CancellationToken cancellationToken = default);
abstract member SetAsync : Microsoft.Bot.Builder.ITurnContext * 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetAsync (turnContext As ITurnContext, value As T, Optional cancellationToken As CancellationToken = Nothing) As Task

Parametri

turnContext
ITurnContext

Attivare il contesto.

value
T

Il valore da impostare.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Task che rappresenta l'operazione asincrona.

Si applica a