Aracılığıyla paylaş


SlackAdapter.ProcessAsync Yöntem

Tanım

Gelen web kancası isteğini kabul edin ve bot mantığı tarafından işlenebilen bir TurnContext'e dönüştürün.

public System.Threading.Tasks.Task ProcessAsync (Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.Http.HttpResponse response, Microsoft.Bot.Builder.IBot bot, System.Threading.CancellationToken cancellationToken);
abstract member ProcessAsync : Microsoft.AspNetCore.Http.HttpRequest * Microsoft.AspNetCore.Http.HttpResponse * Microsoft.Bot.Builder.IBot * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ProcessAsync : Microsoft.AspNetCore.Http.HttpRequest * Microsoft.AspNetCore.Http.HttpResponse * Microsoft.Bot.Builder.IBot * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ProcessAsync (request As HttpRequest, response As HttpResponse, bot As IBot, cancellationToken As CancellationToken) As Task

Parametreler

request
HttpRequest

Gelen HTTP isteği.

response
HttpResponse

Bu yöntem tamamlandığında gönderilecek HTTP yanıtı.

bot
IBot

Gelen etkinliği işleyecek bot.

cancellationToken
CancellationToken

Görev için bir iptal belirteci.

Döndürülenler

Task Zaman uyumsuz işlemi temsil eden bir.

Uygulamalar

Şunlara uygulanır