ListSharedResourcesAsync Method
This method lists information about the shared resources.
Syntax
[VB.NET] Public Function ListSharedResourcesAsync(ByVal Path As String) As Task
[C#] public Task ListSharedResourcesAsync(string path);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListSharedResourcesAsync MethodThis method lists information about the shared resources. Syntax[VB.NET] Public Function ListSharedResourcesAsync(ByVal Path As String) As Task [C#] public Task ListSharedResourcesAsync(string path); RemarksThis method is the asynchronous version of the ListSharedResources method and is used to support asynchronous operations in WinRT. Please refer to ListSharedResources for more information. |
||