PingHostAsync Method
Pings a host.
Syntax
[VB.NET] Public Function PingHostAsync(ByVal Host As String) As Task
[C#] public Task PingHostAsync(string host);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PingHostAsync MethodPings a host. Syntax[VB.NET] Public Function PingHostAsync(ByVal Host As String) As Task [C#] public Task PingHostAsync(string host); RemarksThis 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. |
||