ServiceCollectionExtensions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use CloudAdapter
with ConfigurationBotFrameworkAuthentication
instead to configure bot runtime.
.NET Core를 사용하여 봇 호스팅을 IServiceCollection 지원하는 확장 메서드 집합입니다.
[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>) |
사용되지 않음.
를 추가하고 필요에 따라 에 을 IServiceCollection구성합니다 |
AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>) |
사용되지 않음.
를 추가하고 필요에 따라 에 을 IServiceCollection구성합니다 |
AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>) |
사용되지 않음.
에 싱글톤 |
AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>) |
사용되지 않음.
BotFrameworkAdapter 을 통합 계층에서 IAdapterIntegration 봇 요청을 처리하는 데 사용할 로 추가합니다. |