UnshareResourceAsync Method
This method un-shares the resource.
Syntax
[VB.NET] Public Function UnshareResourceAsync(ByVal Link As String) As IAsyncAction
[C#] public IAsyncAction UnshareResourceAsync(string link);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UnshareResourceAsync MethodThis method un-shares the resource. Syntax[VB.NET] Public Function UnshareResourceAsync(ByVal Link As String) As IAsyncAction [C#] public IAsyncAction UnshareResourceAsync(string link); RemarksThis method is the asynchronous version of the UnshareResource method and is used to support asynchronous operations in WinRT. Please refer to UnshareResource for more information. |
||