HttpResponseWrapper.EndFlush(IAsyncResult) Methode

Definition

Schließt eine asynchrone Leerung ab.

public:
 override void EndFlush(IAsyncResult ^ asyncResult);
public override void EndFlush (IAsyncResult asyncResult);
override this.EndFlush : IAsyncResult -> unit
Public Overrides 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