Expand Minimize
This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.