EndRequest Method

Glimpse API

IGlimpseRuntime EndRequest Method Glimpse API Documentation
Ends the request.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void EndRequest()
void EndRequest()
Remarks

Called when ever the implementing framework registers a request end. Specifically, with the ASP.NET provider, this is wired to the PostReleaseRequestState method.
See Also