다음을 통해 공유


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

사용할 봇 인스턴스입니다.

appId
String

봇의 애플리케이션 ID입니다.

audience
String

아웃바운드 통신에 사용할 대상 그룹입니다. 이는 클라우드 환경에 따라 달라집니다.

callerId
String

callerId, NULL일 수 있습니다.

반환

Task 실행할 큐에 대기 중인 작업을 나타내는 입니다.

적용 대상