GetThumbnailAsync Method
Gets a thumbnail image.
Syntax
[VB.NET] Public Function GetThumbnailAsync() As Task
[C#] public Task GetThumbnailAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetThumbnailAsync MethodGets a thumbnail image. Syntax[VB.NET] Public Function GetThumbnailAsync() As Task [C#] public Task GetThumbnailAsync(); RemarksThis 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. |
||