ConnectAsync Method
Connects to an SNPP server.
Syntax
[VB.NET]
Public Function ConnectAsync() As Task
[C#]
public Task ConnectAsync();
Remarks
This method is the asynchronous version of the
Connect method and is used to support asynchronous operations in WinRT. Please refer to
Connect for more information.