GetPreviewAsync Method
This method download a preview of a resource.
Syntax
[VB.NET] Public Function GetPreviewAsync() As Task
[C#] public Task GetPreviewAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetPreviewAsync MethodThis method download a preview of a resource. Syntax[VB.NET] Public Function GetPreviewAsync() As Task [C#] public Task GetPreviewAsync(); RemarksThis method is the asynchronous version of the GetPreview method and is used to support asynchronous operations in WinRT. Please refer to GetPreview for more information. |
||