CloudAdapterBase(BotFrameworkAuthentication, ILogger) コンストラクター

定義

CloudAdapterBase クラスの新しいインスタンスを初期化します。

protected CloudAdapterBase (Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication botFrameworkAuthentication, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.CloudAdapterBase : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.CloudAdapterBase
Protected Sub New (botFrameworkAuthentication As BotFrameworkAuthentication, Optional logger As ILogger = Nothing)

パラメーター

botFrameworkAuthentication
BotFrameworkAuthentication

トークンの検証と作成に使用されるクラウド環境。

logger
ILogger

このアダプターで使用する必要がある ILogger 実装。

適用対象