Freigeben über


CloudFile.ExistsAsync Methode

Definition

Überlädt

ExistsAsync(FileRequestOptions, OperationContext)

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

ExistsAsync(FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

ExistsAsync()

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

ExistsAsync(CancellationToken)

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

ExistsAsync(FileRequestOptions, OperationContext)

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
Public Overridable Function ExistsAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of Boolean)

Parameter

options
FileRequestOptions

Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync(FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function ExistsAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)

Parameter

options
FileRequestOptions

Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync()

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function ExistsAsync () As Task(Of Boolean)

Gibt zurück

Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync(CancellationToken)

Gibt einen Task zurück, der eine asynchrone Anforderung ausführt, um das Vorhandensein der Datei zu überprüfen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function ExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für: