HttpWorkerRequest::EndFlush Method (IAsyncResult^)

.NET Framework (current version)
 

Waits for the pending asynchronous flush operation to complete.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void EndFlush(
	IAsyncResult^ asyncResult
)

Parameters

asyncResult
Type: System::IAsyncResult^

A reference to the pending asynchronous request.

.NET Framework
Available since 4.5
Return to top
Show: