Share via


CloudAdapter.ConnectNamedPipeAsync Method

Definition

Used to connect the adapter to a named pipe.

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

Parameters

pipeName
String

The name of the named pipe.

bot
IBot

The bot instance to use.

appId
String

The bot's application id.

audience
String

The audience to use for outbound communication. This will vary by cloud environment.

callerId
String

The callerId, this may be NULL.

Returns

A Task that represents the work queued to execute.

Applies to