DeleteArchiveAsync Method
Deletes an archive.
Syntax
[VB.NET] Public Function DeleteArchiveAsync(ByVal VaultName As String, ByVal ArchiveId As String) As Task
[C#] public Task DeleteArchiveAsync(string vaultName, string archiveId);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteArchiveAsync MethodDeletes an archive. Syntax[VB.NET] Public Function DeleteArchiveAsync(ByVal VaultName As String, ByVal ArchiveId As String) As Task [C#] public Task DeleteArchiveAsync(string vaultName, string archiveId); RemarksThis method is the asynchronous version of the DeleteArchive method and is used to support asynchronous operations in WinRT. Please refer to DeleteArchive for more information. |
||