InterceptionMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This class is obsolete and will be removed in a future version of the framework.
攔截活動的中介軟體。
[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
- 繼承
-
InterceptionMiddleware
- 衍生
- 屬性
- 實作
屬性
Logger |
已淘汰.
取得目前 物件的記錄器。 |
方法
InboundAsync(ITurnContext, Activity, CancellationToken) |
已淘汰.
覆寫方法會實作輸入活動的處理。 |
OutboundAsync(ITurnContext, IEnumerable<Activity>, CancellationToken) |
已淘汰.
覆寫方法會實作輸出活動的處理。 |
TraceStateAsync(ITurnContext, CancellationToken) |
已淘汰.
覆寫方法會實作狀態管理物件的處理。 |
明確介面實作
IMiddleware.OnTurnAsync(ITurnContext, NextDelegate, CancellationToken) |
已淘汰.
攔截活動的中介軟體。 |