GetThumbnailAsync Method
Retrieves a thumbnail image of the current resource.
Syntax
[VB.NET]
Public Function GetThumbnailAsync() As Task
[C#]
public Task GetThumbnailAsync();
Remarks
This method is the asynchronous version of the
GetThumbnail method and is used to support asynchronous operations in WinRT. Please refer to
GetThumbnail for more information.