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