ConnectedService(String) 构造函数

定义

初始化 ConnectedService 类的新实例。

public ConnectedService (string type);
new Microsoft.Bot.Configuration.ConnectedService : string -> Microsoft.Bot.Configuration.ConnectedService
Public Sub New (type As String)

参数

type
String

连接的服务类型。

适用于