C#C++F#VB
Returns a task that performs an asynchronous request to delete the directory if it already exists.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<DoesServiceRequestAttribute>] abstract DeleteIfExistsAsync : unit -> Task<bool> [<DoesServiceRequestAttribute>] override DeleteIfExistsAsync : unit -> Task<bool>
<DoesServiceRequestAttribute> Public Overridable Function DeleteIfExistsAsync As Task(Of Boolean)
Return Value
Type: System.Threading.Tasks.Task<Boolean>System.Threading.Tasks::Task<Boolean>^System.Threading.Tasks.Task<Boolean>System.Threading.Tasks.Task(Of Boolean)A Task<TResult><TResult><'TResult>(Of TResult) object that represents the current operation.
See Also
DeleteIfExistsAsync Overload
CloudFileDirectory Class
Microsoft.WindowsAzure.Storage.File Namespace