Partilhar via


CloudAdapterBase(BotFrameworkAuthentication, ILogger) Construtor

Definição

Inicializa uma nova instância da CloudAdapterBase classe .

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)

Parâmetros

botFrameworkAuthentication
BotFrameworkAuthentication

O ambiente na cloud utilizado para validar e criar tokens.

logger
ILogger

A implementação do ILogger que este adaptador deve utilizar.

Aplica-se a