Compartir a través de


InterceptionMiddleware Clase

Definición

Precaución

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

Middleware para la interceptación de actividades.

[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
Herencia
InterceptionMiddleware
Derivado
Atributos
Implementaciones

Propiedades

Logger
Obsoletos.

Obtiene el registrador del objeto actual.

Métodos

InboundAsync(ITurnContext, Activity, CancellationToken)
Obsoletos.

La invalidación de métodos implementa el procesamiento de actividades entrantes.

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

Los métodos invalidados implementan el procesamiento de actividades salientes.

TraceStateAsync(ITurnContext, CancellationToken)
Obsoletos.

Los métodos invalidados implementan el procesamiento de objetos de administración de estado.

Implementaciones de interfaz explícitas

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

Middleware para la interceptación de actividades.

Se aplica a