共用方式為


CloudAdapter.ConnectNamedPipeAsync 方法

定義

用來將配接器連接到具名管道。

public System.Threading.Tasks.Task ConnectNamedPipeAsync (string pipeName, Microsoft.Bot.Builder.IBot bot, string appId, string audience, string callerId);
member this.ConnectNamedPipeAsync : string * Microsoft.Bot.Builder.IBot * string * string * string -> System.Threading.Tasks.Task
Public Function ConnectNamedPipeAsync (pipeName As String, bot As IBot, appId As String, audience As String, callerId As String) As Task

參數

pipeName
String

具名管道的名稱。

bot
IBot

要使用的 Bot 實例。

appId
String

Bot 的應用程式識別碼。

audience
String

要用於輸出通訊的物件。 這會因雲端環境而有所不同。

callerId
String

callerId,這可能是 Null。

傳回

Task 表示要執行的工作排入佇列。

適用於