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