Compartilhar via


InterceptionMiddleware Classe

Definição

Cuidado

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

Middleware para interceptação de atividades.

[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
Herança
InterceptionMiddleware
Derivado
Atributos
Implementações

Propriedades

Logger
Obsoleto.

Obtém o agente do objeto atual.

Métodos

InboundAsync(ITurnContext, Activity, CancellationToken)
Obsoleto.

Os métodos de substituição implementam o processamento de atividades de entrada.

OutboundAsync(ITurnContext, IEnumerable<Activity>, CancellationToken)
Obsoleto.

Os métodos de substituição implementam o processamento de atividades de saída.

TraceStateAsync(ITurnContext, CancellationToken)
Obsoleto.

Os métodos de substituição implementam o processamento de objetos de gerenciamento de estado.

Implantações explícitas de interface

IMiddleware.OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)
Obsoleto.

Middleware para interceptação de atividades.

Aplica-se a