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