This documentation is archived and is not being maintained.
TeamFoundationJobSchedule Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationJobSchedule type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Interval | The frequency of the job, in seconds. |
![]() | PriorityLevel | The priority level associated with the job schedule which is used in the job queue priority computation |
![]() | PriorityLevelValue | |
![]() | ScheduledTime | The scheduled time used as a basis for calculating the next run time. |
![]() | TimeZoneId | The identifier of the time zone that should be used for daylight savings time adjustments of the interval. |
| 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 the default hash function. (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.) |
![]() | ToString | Used for tracing purposes only. (Overrides Object::ToString().) |
Show:
