UnshareResourceAsync Method
Stops sharing a resource.
Syntax
[VB.NET]
Public Function UnshareResourceAsync() As Task
[C#]
public Task UnshareResourceAsync();
Remarks
This 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.