GetThumbnailAsync Method
Retrieves a thumbnail image of the current resource.
Syntax
[VB.NET] Public Function GetThumbnailAsync() As IAsyncAction
[C#] public IAsyncAction GetThumbnailAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetThumbnailAsync MethodRetrieves a thumbnail image of the current resource. Syntax[VB.NET] Public Function GetThumbnailAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||