Delen via


BotFrameworkHttpAdapterBase.ProcessOutgoingActivityAsync Methode

Definitie

Hiermee wordt een uitgaande activiteit verzonden.

protected override System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse> ProcessOutgoingActivityAsync(Microsoft.Bot.Builder.ITurnContext turnContext, Microsoft.Bot.Schema.Activity activity, System.Threading.CancellationToken cancellationToken);
override this.ProcessOutgoingActivityAsync : Microsoft.Bot.Builder.ITurnContext * Microsoft.Bot.Schema.Activity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse>
Protected Overrides Function ProcessOutgoingActivityAsync (turnContext As ITurnContext, activity As Activity, cancellationToken As CancellationToken) As Task(Of ResourceResponse)

Parameters

turnContext
ITurnContext

Het contextobject voor de beurt.

activity
Activity

De activiteit die moet worden verwerkt.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Het resultaat van het verwerken van de activiteit.

Van toepassing op