CIsapiExtension::StartAsyncFlush
Visual Studio .NET 2003
Call this method to start writing buffered content to the client asynchronously.
BOOL StartAsyncFlush( AtlServerRequest* pRequestInfo ) throw( );
Parameters
- pRequestInfo
- Pointer to the object holding information about the request.
Return Value
Returns TRUE on success, FALSE on failure.
See Also
CIsapiExtension Overview | Class Members | Writing Asynchronous Web Applications