TeamFoundationJobService Class
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
Public NotInheritable Class TeamFoundationJobService _
Implements ITeamFoundationService
public sealed class TeamFoundationJobService : ITeamFoundationService
public ref class TeamFoundationJobService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationJobService =
class
interface ITeamFoundationService
end
public final class TeamFoundationJobService implements ITeamFoundationService
The TeamFoundationJobService type exposes the following members.
Properties
Name | Description | |
---|---|---|
StopJobTimeLimit |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PauseJob | ||
QueryJobDefinition | ||
QueryJobDefinitions | ||
QueryJobHistory | ||
QueryJobQueue | ||
QueryLatestJobHistory | ||
QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>) | ||
QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>, Int32) | ||
QueueJobsNow | ||
QueueOneTimeJob | ||
RepairQueue | ||
ResumeJob | ||
StopJob | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateJobDefinitions |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITeamFoundationService.ServiceEnd | ||
ITeamFoundationService.ServiceFlushCache | ||
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.