GetMetadataAsync Method
Retrieves metadata for the file.
Syntax
[VB.NET] Public Function GetMetadataAsync() As Task
[C#] public Task GetMetadataAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetMetadataAsync MethodRetrieves metadata for the file. Syntax[VB.NET] Public Function GetMetadataAsync() As Task [C#] public Task GetMetadataAsync(); RemarksThis method is the asynchronous version of the GetMetadata method and is used to support asynchronous operations in WinRT. Please refer to GetMetadata for more information. |
||