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