Freigeben über


CloudAdapterBase(BotFrameworkAuthentication, ILogger) Konstruktor

Definition

Initialisiert eine neue Instanz der CloudAdapterBase-Klasse.

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

Die Cloudumgebung, die zum Überprüfen und Erstellen von Token verwendet wird.

logger
ILogger

Die ILogger-Implementierung, die dieser Adapter verwenden sollte.

Gilt für: