C#C++F#VB
CloudFile.::..ExistsAsync Method
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
ExistsAsync()()()() | Returns a task that performs an asynchronous request to check existence of the file. | |
ExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous request to check existence of the file. | |
ExistsAsync(FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous request to check existence of the file. | |
ExistsAsync(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions^, OperationContext^, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous request to check existence of the file. |