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