DeleteFileAsync Method
Remove a file specified by FileName from the server.
Syntax
[VB.NET] Public Function DeleteFileAsync(ByVal FileName As String) As IAsyncAction
[C#] public IAsyncAction DeleteFileAsync(string fileName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteFileAsync MethodRemove a file specified by FileName from the server. Syntax[VB.NET] Public Function DeleteFileAsync(ByVal FileName As String) As IAsyncAction [C#] public IAsyncAction DeleteFileAsync(string fileName); RemarksThis method is the asynchronous version of the DeleteFile method and is used to support asynchronous operations in WinRT. Please refer to DeleteFile for more information. |
||