Compartilhar via


CloudAdapterBase(BotFrameworkAuthentication, ILogger) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

botFrameworkAuthentication
BotFrameworkAuthentication

O ambiente de nuvem usado para validar e criar tokens.

logger
ILogger

A implementação do ILogger que esse adaptador deve usar.

Aplica-se a