CloudChannelServiceHandler(BotFrameworkAuthentication) 构造函数

定义

使用机器人框架认证初始化该类的新实例 CloudChannelServiceHandler

public CloudChannelServiceHandler(Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication auth);
new Microsoft.Bot.Builder.CloudChannelServiceHandler : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication -> Microsoft.Bot.Builder.CloudChannelServiceHandler
Public Sub New (auth As BotFrameworkAuthentication)

参数

auth
BotFrameworkAuthentication

机器人框架认证对象。

适用于