IStreamingTransportServer.StartAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.