IAdministrationService Interface
Interface for an administration service.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface IAdministrationService
public interface IAdministrationService
public interface class IAdministrationService
type IAdministrationService = interface end
public interface IAdministrationService
The IAdministrationService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelRequest | Cancels the specified request if it is currently active. | |
QueryActiveRequests(IEnumerable<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. |
Top