Share via


InvalidCloudFileShare.ExistsAsync Method

Definition

Overloads

ExistsAsync()
ExistsAsync(CancellationToken)
ExistsAsync(FileRequestOptions, OperationContext)
ExistsAsync(FileRequestOptions, OperationContext, CancellationToken)

ExistsAsync()

public override System.Threading.Tasks.Task<bool> ExistsAsync ();
override this.ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync () As Task(Of Boolean)

Returns

Applies to

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

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

operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Applies to