共用方式為


CloudChannelServiceHandler(BotFrameworkAuthentication) 建構函式

定義

使用 Bot Framework 驗證,初始化 類別的新實例 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

Bot Framework 驗證物件。

適用於