GetResourceInfoAsync Method
Retrieves information about the specified resource.
Syntax
[VB.NET] Public Function GetResourceInfoAsync() As Task
[C#] public Task GetResourceInfoAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetResourceInfoAsync MethodRetrieves information about the specified resource. 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. |
||