TeamFoundationHostManagementService.QueryExecutionState Method (TeamFoundationRequestContext)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryExecutionState ( _
requestContext As TeamFoundationRequestContext _
) As TeamFoundationExecutionState
public TeamFoundationExecutionState QueryExecutionState(
TeamFoundationRequestContext requestContext
)
public:
TeamFoundationExecutionState^ QueryExecutionState(
TeamFoundationRequestContext^ requestContext
)
member QueryExecutionState :
requestContext:TeamFoundationRequestContext -> TeamFoundationExecutionState
public function QueryExecutionState(
requestContext : TeamFoundationRequestContext
) : TeamFoundationExecutionState
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationExecutionState
.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.