Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationJobService
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public NotInheritable Class TeamFoundationJobService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public sealed class TeamFoundationJobService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public ref class TeamFoundationJobService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
type TeamFoundationJobService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationJobService implements ITeamFoundationService
The TeamFoundationJobService type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsIgnoreDormancyPermitted | Indicates if the server is configured to allow the IgnoreDormancy flag on JobDefinitions. | 
| .gif) | StopJobTimeLimit | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | PauseJob | |
| .gif) | QueryJobDefinition | Retrieve a single job definition for the specified jobId | 
| .gif) | QueryJobDefinitions | Queries job definitions. | 
| .gif) | QueryJobHistory | Queries for history on the specified jobs for the requested sources. | 
| .gif) | QueryJobQueue(TeamFoundationRequestContext, IEnumerable<Guid>) | |
| .gif) | QueryJobQueue(TeamFoundationRequestContext, List<TeamFoundationJobQueueEntry>%, List<TeamFoundationJobQueueEntry>%, List<TeamFoundationJobQueueEntry>%) | Retrieves jobs in progress, queued and scheduled. | 
| .gif) | QueryLatestJobHistory | Queries for the latest history on the specified jobs for the requested sources. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, Int32, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>, Int32, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueJobsNow(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, JobPriorityLevel) | |
| .gif) | QueueJobsNow(TeamFoundationRequestContext, IEnumerable<Guid>, JobPriorityLevel) | Attempts to schedule the specified jobs to run immediately using the specified priority. | 
| .gif) | QueueJobsNow(TeamFoundationRequestContext, IEnumerable<Guid>, Boolean) | Attempts to schedule the specified jobs to run immediately using the specified priority. | 
| .gif) | QueueOneTimeJob(TeamFoundationRequestContext, String, String, XmlNode, JobPriorityLevel) | |
| .gif) | QueueOneTimeJob(TeamFoundationRequestContext, String, String, XmlNode, Boolean) | |
| .gif) | QueueOneTimeJob(TeamFoundationRequestContext, String, String, XmlNode, TimeSpan) | |
| .gif) | RepairQueue | |
| .gif) | ResumeJob | |
| .gif) | StopJob | |
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | UpdateJobDefinitions | Updates the job definitions and performs the necessary updates on the queue. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ITeamFoundationService.ServiceEnd | |
| .gif) .gif) | ITeamFoundationService.ServiceStart | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.