CloudQueue.DeleteAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DeleteAsync() |
Lance une opération asynchrone pour supprimer une file d’attente. |
DeleteAsync(CancellationToken) |
Lance une opération asynchrone pour supprimer une file d’attente. |
DeleteAsync(QueueRequestOptions, OperationContext) |
Lance une opération asynchrone pour supprimer une file d’attente. |
DeleteAsync(QueueRequestOptions, OperationContext, CancellationToken) |
Lance une opération asynchrone pour supprimer une file d’attente. |
DeleteAsync()
Lance une opération asynchrone pour supprimer une file d’attente.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : unit -> System.Threading.Tasks.Task
override this.DeleteAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync () As Task
Retours
Objet Task qui représente l’opération asynchrone.
- Attributs
S’applique à
DeleteAsync(CancellationToken)
Lance une opération asynchrone pour supprimer une file d’attente.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (cancellationToken As CancellationToken) As Task
Paramètres
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Objet Task qui représente l’opération asynchrone.
- Attributs
S’applique à
DeleteAsync(QueueRequestOptions, OperationContext)
Lance une opération asynchrone pour supprimer une file d’attente.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (options As QueueRequestOptions, operationContext As OperationContext) As Task
Paramètres
- options
- QueueRequestOptions
Objet QueueRequestOptions qui spécifie les options supplémentaires de la demande.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
Retours
Objet Task qui représente l’opération asynchrone.
- Attributs
S’applique à
DeleteAsync(QueueRequestOptions, OperationContext, CancellationToken)
Lance une opération asynchrone pour supprimer une file d’attente.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
Paramètres
- options
- QueueRequestOptions
Objet QueueRequestOptions qui spécifie les options supplémentaires de la demande.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Objet Task qui représente l’opération asynchrone.
- Attributs
S’applique à
Azure SDK for .NET