ServiceCollectionExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use CloudAdapter
with ConfigurationBotFrameworkAuthentication
instead to configure bot runtime.
一組擴充方法, IServiceCollection 可支援使用 .NET Core 裝載 Bot。
[System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)]
public static class ServiceCollectionExtensions
[<System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)>]
type ServiceCollectionExtensions = class
Public Module ServiceCollectionExtensions
- 繼承
-
ServiceCollectionExtensions
- 屬性
方法
AddBot<TBot>(IServiceCollection, Action<BotFrameworkOptions>) |
已淘汰.
將 和 選擇性地設定 |
AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>) |
已淘汰.
將 和 選擇性地設定 |
AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>) |
已淘汰.
將 單一實例加入 ,並選擇性地將單 |
AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>) |
已淘汰.
加入 作為 IAdapterIntegration , BotFrameworkAdapter 以供整合層用來處理 Bot 要求。 |