ShareResourceAsync Method
Shares the specified file or folder.
Syntax
[VB.NET] Public Function ShareResourceAsync() As Task<string>
[C#] public Task<string> ShareResourceAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ShareResourceAsync MethodShares the specified file or folder. Syntax[VB.NET] Public Function ShareResourceAsync() As Task<string> [C#] public Task<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. |
||