PingHostAsync Method
Pings a host.
Syntax
[VB.NET]
Public Function PingHostAsync(ByVal Host As String) As Task
[C#]
public Task PingHostAsync(string host);
Remarks
This method is the asynchronous version of the
PingHost method and is used to support asynchronous operations in WinRT. Please refer to
PingHost for more information.