次の方法で共有


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 認証オブジェクト。

適用対象