InvalidCloudFileShare.ExistsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExistsAsync() | |
ExistsAsync(CancellationToken) | |
ExistsAsync(FileRequestOptions, OperationContext) | |
ExistsAsync(FileRequestOptions, OperationContext, CancellationToken) |
ExistsAsync()
ExistsAsync(CancellationToken)
public override System.Threading.Tasks.Task<bool> ExistsAsync (System.Threading.CancellationToken cancellationToken);
override this.ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean)
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
ExistsAsync(FileRequestOptions, OperationContext)
public override System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
override this.ExistsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of Boolean)
Parameters
- options
- FileRequestOptions
- operationContext
- OperationContext
Returns
Applies to
ExistsAsync(FileRequestOptions, OperationContext, CancellationToken)
public override System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
override this.ExistsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)
Parameters
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken