ITeamFoundationRequestFilter.EndRequest Method
EndRequest is called after the request is completed.
All requests with a BeginRequest will have a matching EndRequest call.
Exceptions are ignored because the request is now completed.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub EndRequest ( _
requestContext As TeamFoundationRequestContext _
)
void EndRequest(
TeamFoundationRequestContext requestContext
)
void EndRequest(
TeamFoundationRequestContext^ requestContext
)
abstract EndRequest :
requestContext:TeamFoundationRequestContext -> unit
function EndRequest(
requestContext : TeamFoundationRequestContext
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextRequestContext being used to execute this request
.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.