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

.NET Framework Security

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace