CheckLinkAsync Method
Will check the connection to the server.
Syntax
[VB.NET]
Public Function CheckLinkAsync() As Task
[C#]
public Task CheckLinkAsync();
Remarks
This method is the asynchronous version of the
CheckLink method and is used to support asynchronous operations in WinRT. Please refer to
CheckLink for more information.