GetResourceInfoAsync Method
This method retrieves information about the file.
Syntax
[VB.NET] Public Function GetResourceInfoAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||