GetResourceInfoAsync Method
This method retrieves information about the file.
Syntax
[VB.NET] Public Function GetResourceInfoAsync() As Task
[C#] public Task GetResourceInfoAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetResourceInfoAsync MethodThis method retrieves information about the file. Syntax[VB.NET] Public Function GetResourceInfoAsync() As Task [C#] public Task GetResourceInfoAsync(); RemarksThis method is the asynchronous version of the GetResourceInfo method and is used to support asynchronous operations in WinRT. Please refer to GetResourceInfo for more information. |
||