This documentation is archived and is not being maintained.
IAdministrationService::QueryActiveRequests Method (IEnumerable<Guid>, Boolean)
Visual Studio 2013
Queries for active requests on all specified hosts.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
ReadOnlyCollection<TeamFoundationServiceHostActivity^>^ QueryActiveRequests(
IEnumerable<Guid>^ hostIds,
bool includeDetails
)
Parameters
- hostIds
- Type: System.Collections.Generic::IEnumerable<Guid>
The host IDs that should be queried.
- includeDetails
- Type: System::Boolean
Indicates whether to include request details (for example, parameters).
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<TeamFoundationServiceHostActivity>A collection of host properties that have active requests included.
- 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: