Jaa


IStreamingTransportServer.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
Public Function StartAsync () As Task

Returns

A Task to handle the server listen operation.

Applies to