CheckLinkAsync Method
Will check the connection to the server.
Syntax
[VB.NET] Public Function CheckLinkAsync() As IAsyncAction
[C#] public IAsyncAction CheckLinkAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CheckLinkAsync MethodWill check the connection to the server. Syntax[VB.NET] Public Function CheckLinkAsync() As IAsyncAction [C#] public IAsyncAction CheckLinkAsync(); RemarksThis 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. |
||