This documentation is archived and is not being maintained.
IAdministrationService.QueryActiveRequests Method (Guid, Boolean)
Visual Studio 2013
Queries for active requests on the specified host.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
function QueryActiveRequests( hostId : Guid, includeDetails : boolean ) : TeamFoundationServiceHostActivity
Parameters
- hostId
- Type: System.Guid
The host ID that should be queried.
- includeDetails
- Type: System.Boolean
Indicates whether to include request details (for example, parameters).
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationServiceHostActivityHost properties that have active requests included. Null if the host does not exist.
- 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.
Show: