Udostępnij za pośrednictwem


InterceptionMiddleware Klasa

Definicja

Przestroga

This class is obsolete and will be removed in a future version of the framework.

Oprogramowanie pośredniczące do przechwytywania działań.

[System.Obsolete("This class is obsolete and will be removed in a future version of the framework.", false)]
public abstract class InterceptionMiddleware : Microsoft.Bot.Builder.IMiddleware
[<System.Obsolete("This class is obsolete and will be removed in a future version of the framework.", false)>]
type InterceptionMiddleware = class
    interface IMiddleware
Public MustInherit Class InterceptionMiddleware
Implements IMiddleware
Dziedziczenie
InterceptionMiddleware
Pochodne
Atrybuty
Implementuje

Właściwości

Logger
Przestarzałe.

Pobiera rejestrator dla bieżącego obiektu.

Metody

InboundAsync(ITurnContext, Activity, CancellationToken)
Przestarzałe.

Zastępowanie metod implementuje przetwarzanie działań przychodzących.

OutboundAsync(ITurnContext, IEnumerable<Activity>, CancellationToken)
Przestarzałe.

Zastępowanie metod implementuje przetwarzanie działań wychodzących.

TraceStateAsync(ITurnContext, CancellationToken)
Przestarzałe.

Zastępowanie metod implementuje przetwarzanie obiektów zarządzania stanem.

Jawne implementacje interfejsu

IMiddleware.OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)
Przestarzałe.

Oprogramowanie pośredniczące do przechwytywania działań.

Dotyczy