TeamFoundationServiceHost.EndStatusChange Method
Completes a status change operation by transitioning the state to the next valid state. Stopping goes to Stopped, Starting goes to Started, and Pausing goes to Paused.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub EndStatusChange ( _
requestContext As TeamFoundationRequestContext _
)
protected void EndStatusChange(
TeamFoundationRequestContext requestContext
)
protected:
void EndStatusChange(
TeamFoundationRequestContext^ requestContext
)
member EndStatusChange :
requestContext:TeamFoundationRequestContext -> unit
protected function EndStatusChange(
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.