HttpResponseBase.EndFlush(IAsyncResult) Method

Definition

Completes an asynchronous flush operation.

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

Parameters

asyncResult
IAsyncResult

The asynchronous result object.

Applies to