Jaa


NamedPipeServer.StartAsync Method

Definition

Used to establish the connection used by this server and begin listening for incoming messages.

public System.Threading.Tasks.Task StartAsync ();
abstract member StartAsync : unit -> System.Threading.Tasks.Task
override this.StartAsync : unit -> System.Threading.Tasks.Task
Public Function StartAsync () As Task

Returns

A Task to handle the server listen operation. This task will not resolve as long as the server is running.

Implements

Applies to