HttpResponseWrapper.EndFlush(IAsyncResult) 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.
Termine une opération de vidage asynchrone.
public:
override void EndFlush(IAsyncResult ^ asyncResult);
public override void EndFlush (IAsyncResult asyncResult);
override this.EndFlush : IAsyncResult -> unit
Public Overrides Sub EndFlush (asyncResult As IAsyncResult)
Paramètres
- asyncResult
- IAsyncResult
Objet du résultat asynchrone.
Exceptions
Le vidage asynchrone n'est pas pris en charge et le paramètre asyncResult
est null
.
Le vidage asynchrone n'est pas pris en charge et le paramètre asyncResult
ne peut pas être casté en objet FlushAsyncResult
.