GetFileAsync Method
Gets the specified file.
Syntax
[VB.NET] Public Function GetFileAsync() As IAsyncAction
[C#] public IAsyncAction GetFileAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetFileAsync MethodGets the specified file. Syntax[VB.NET] Public Function GetFileAsync() As IAsyncAction [C#] public IAsyncAction GetFileAsync(); RemarksThis method is the asynchronous version of the GetFile method and is used to support asynchronous operations in WinRT. Please refer to GetFile for more information. |
||