TeamFoundationHostManagementService.QueryExecutionState Method (TeamFoundationRequestContext, Guid)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
Public Function QueryExecutionState ( _
requestContext As TeamFoundationRequestContext, _
hostId As Guid _
) As TeamFoundationExecutionState
public TeamFoundationExecutionState QueryExecutionState(
TeamFoundationRequestContext requestContext,
Guid hostId
)
public:
TeamFoundationExecutionState^ QueryExecutionState(
TeamFoundationRequestContext^ requestContext,
Guid hostId
)
member QueryExecutionState :
requestContext:TeamFoundationRequestContext *
hostId:Guid -> TeamFoundationExecutionState
public function QueryExecutionState(
requestContext : TeamFoundationRequestContext,
hostId : Guid
) : TeamFoundationExecutionState
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostId
Type: System.Guid
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.