CloudFile.ExistsAsync Method (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Returns a task that performs an asynchronous request to check existence of the file.
Namespace:
Microsoft.WindowsAzure.Storage.File
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 current operation.
Return to top
Returns a task that performs an asynchronous request to check existence of the file.
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 current operation.