TeamFoundationServiceHost.ApplicationEndRequest Method
End an application request. Processes request filters, removes the request from the set of active requests, and disposes the request context.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub ApplicationEndRequest ( _
requestContext As TeamFoundationRequestContext _
)
public void ApplicationEndRequest(
TeamFoundationRequestContext requestContext
)
public:
void ApplicationEndRequest(
TeamFoundationRequestContext^ requestContext
)
member ApplicationEndRequest :
requestContext:TeamFoundationRequestContext -> unit
public function ApplicationEndRequest(
requestContext : TeamFoundationRequestContext
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.