ShareResourceAsync Method
Shares a resource.
Syntax
[VB.NET] Public Function ShareResourceAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> ShareResourceAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ShareResourceAsync MethodShares a resource. Syntax[VB.NET] Public Function ShareResourceAsync() As IAsyncOperation<string> [C#] public IAsyncOperation<string> ShareResourceAsync(); RemarksThis method is the asynchronous version of the ShareResource method and is used to support asynchronous operations in WinRT. Please refer to ShareResource for more information. |
||