CloudBlob.EndDeleteIfExists(IAsyncResult) Méthode

Définition

Retourne le résultat d’une demande asynchrone de suppression de l’objet blob s’il existe déjà.

public virtual bool EndDeleteIfExists (IAsyncResult asyncResult);
abstract member EndDeleteIfExists : IAsyncResult -> bool
override this.EndDeleteIfExists : IAsyncResult -> bool
Public Overridable Function EndDeleteIfExists (asyncResult As IAsyncResult) As Boolean

Paramètres

asyncResult
IAsyncResult

IAsyncResult qui fait référence à l’opération asynchrone en attente.

Retours

true si l’objet blob existait déjà et a été supprimé ; sinon, false.

S’applique à