UnshareResourceAsync Method
Stops sharing a resource.
Syntax
[VB.NET] Public Function UnshareResourceAsync() As Task
[C#] public Task UnshareResourceAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UnshareResourceAsync MethodStops sharing a resource. Syntax[VB.NET] Public Function UnshareResourceAsync() As Task [C#] public Task UnshareResourceAsync(); 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. |
||