Freigeben über


ServiceCollectionExtensions Klasse

Definition

Achtung

Use CloudAdapter with ConfigurationBotFrameworkAuthentication instead to configure bot runtime.

Eine Reihe von Erweiterungsmethoden, für IServiceCollection die Unterstützung für das Hosten von Bots mit .NET Core bereitgestellt wird.

[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
Vererbung
ServiceCollectionExtensions
Attribute

Methoden

AddBot<TBot>(IServiceCollection, Action<BotFrameworkOptions>)
Veraltet.

Fügt ein hinzu und konfiguriert optional eine TBotIServiceCollectionzu .

AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>)
Veraltet.

Fügt ein hinzu und konfiguriert optional eine TBotIServiceCollectionzu .

AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>)
Veraltet.

Fügt eine Singleton-Instanz bot hinzu und konfiguriert sie optional zu IServiceCollection.

AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>)
Veraltet.

Fügt die BotFrameworkAdapter als hinzu, die IAdapterIntegration von der Integrationsebene für die Verarbeitung von Botanforderungen verwendet wird.

Gilt für:

Weitere Informationen