This documentation is archived and is not being maintained.
IAdministrationService.QueryActiveRequests Method (TfsConnection, 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)
abstract QueryActiveRequests : teamFoundationServer:TfsConnection * includeDetails:bool -> TeamFoundationServiceHostActivity
Parameters
- teamFoundationServer
- Type: Microsoft.TeamFoundation.Client.TfsConnection
The host to query.
- includeDetails
- Type: System.Boolean
True to include request details (for example, parameters). False to exclude details.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationServiceHostActivityHost properties that include active requests. 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: