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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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