This documentation is archived and is not being maintained.
IAdministrationService Interface
Visual Studio 2013
Interface for an administration service.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The IAdministrationService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CancelRequest | Cancels the specified request if it is currently active. |
![]() | QueryActiveRequests(IEnumerable(Of Guid), Boolean) | Queries for active requests on all specified hosts. |
![]() | QueryActiveRequests(Guid, Boolean) | Queries for active requests on the specified host. |
![]() | QueryActiveRequests(TfsConnection, Boolean) | Queries for active requests on the specified host. |
Show:
