Delen via


CloudAdapterBase(BotFrameworkAuthentication, ILogger) Constructor

Definitie

Initialiseert een nieuw exemplaar van de CloudAdapterBase klasse.

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)

Parameters

botFrameworkAuthentication
BotFrameworkAuthentication

De cloudomgeving die wordt gebruikt voor het valideren en maken van tokens.

logger
ILogger

De ILogger-implementatie die deze adapter moet gebruiken.

Van toepassing op