Udostępnij przez


CloudAdapterBase(BotFrameworkAuthentication, ILogger) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

botFrameworkAuthentication
BotFrameworkAuthentication

Środowisko chmury używane do weryfikowania i tworzenia tokenów.

logger
ILogger

Implementacja protokołu ILogger, która powinna być używana przez tę kartę.

Dotyczy