C#
C++
F#
VB
Initiates an asynchronous operation that checks whether the container exists.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<DoesServiceRequestAttribute>] abstract ExistsAsync : unit -> Task<bool> [<DoesServiceRequestAttribute>] override ExistsAsync : unit -> Task<bool>
<DoesServiceRequestAttribute> Public Overridable Function ExistsAsync 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 asynchronous operation.