CloudAdapterBase(BotFrameworkAuthentication, ILogger) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

botFrameworkAuthentication
BotFrameworkAuthentication

Ambiente cloud usato per la convalida e la creazione di token.

logger
ILogger

L'implementazione di ILogger che deve essere usata dall'adattatore.

Si applica a