CloudQueue.ClearAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ClearAsync(QueueRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen. |
ClearAsync(QueueRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen. |
ClearAsync() |
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen. |
ClearAsync(CancellationToken) |
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen. |
ClearAsync(QueueRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ClearAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ClearAsync (options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
Parameter
- options
- QueueRequestOptions
Ein QueueRequestOptions-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-Objekt, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ClearAsync(QueueRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.ClearAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function ClearAsync (options As QueueRequestOptions, operationContext As OperationContext) As Task
Parameter
- options
- QueueRequestOptions
Ein QueueRequestOptions-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-Objekt, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ClearAsync()
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearAsync : unit -> System.Threading.Tasks.Task
override this.ClearAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function ClearAsync () As Task
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ClearAsync(CancellationToken)
Initiiert einen asynchronen Vorgang, um alle Nachrichten aus der Warteschlange zu löschen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ClearAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ClearAsync (cancellationToken As CancellationToken) As Task
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET