Sdílet prostřednictvím


CloudAdapterBase(BotFrameworkAuthentication, ILogger) Konstruktor

Definice

Inicializuje novou instanci CloudAdapterBase třídy.

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)

Parametry

botFrameworkAuthentication
BotFrameworkAuthentication

Cloudové prostředí používané k ověřování a vytváření tokenů.

logger
ILogger

Implementace ILoggeru, který by měl tento adaptér používat.

Platí pro