Freigeben über


HttpResponse.EndFlush(IAsyncResult) Methode

Definition

Schließt eine asynchrone Leerung ab.

public:
 void EndFlush(IAsyncResult ^ asyncResult);
public void EndFlush (IAsyncResult asyncResult);
member this.EndFlush : IAsyncResult -> unit
Public Sub EndFlush (asyncResult As IAsyncResult)

Parameter

asyncResult
IAsyncResult

Das asynchrone Ergebnisobjekt.

Ausnahmen

Asynchroner Löschvorgang wird nicht unterstützt und der asyncResult-Parameter ist null.

Asynchroner Löschvorgang wird nicht unterstützt, und der asyncResult-Parameter kann nicht in ein FlushAsyncResult-Objekt umgewandelt werden.

Gilt für