CloudAdapterBase(BotFrameworkAuthentication, ILogger) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

botFrameworkAuthentication
BotFrameworkAuthentication

Lingkungan cloud yang digunakan untuk memvalidasi dan membuat token.

logger
ILogger

Implementasi ILogger yang harus digunakan adaptor ini.

Berlaku untuk