asp.net.ph

IHttpAsyncHandler.EndProcessRequest Method

System.Web Namespace   IHttpAsyncHandler Interface


Executes clean-up code when the process ends.

[ VB ]
Sub EndProcessRequest ( _
   ByVal result As IAsyncResult _
)

[ C# ]
void EndProcessRequest (
   IAsyncResult result
);

[ C++ ]
void EndProcessRequest (
   IAsyncResult* result
);

[ JScript ]
function EndProcessRequest (
   result : IAsyncResult
);

Parameters

result
An IAsyncResult that contains information about the status of the process.
See Also

IHttpAsyncHandler Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph