ServicingJobData Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.ServicingJobData
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class ServicingJobData
public class ServicingJobData
public ref class ServicingJobData
type ServicingJobData = class end
public class ServicingJobData
The ServicingJobData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServicingJobData() | ||
ServicingJobData(array<String[]) |
Top
Properties
Name | Description | |
---|---|---|
JobTitle | This is a user friendly name for this job. It will be used as the name of the job when jobs are queued. | |
OperationClass | The OperationClass defines the general class of this servicing operation. | |
ServicingHostId | A servicing request can specify the InstanceId of the host it will be servicing. This will allow the servicing engine to perform tasks regarding the servicing host. | |
ServicingItems | ||
ServicingItemsValue | Note: These should not be changed, they are the serialized form of the ServicingItems Dictionary. | |
ServicingLocks | The LockMode is used to define locking for specific job types.LockMode effects:NoLock - These locks will be ignored.Shared - This will cause the job to take a shared lock on this ServicingLock. Any other job taking a shared lock will be able to continue, but an exclusive lock will be blocked until you finish and you will not be able to start until the exclusive job finishes.Exclusive - This will cause the job to take an exclusive lock on this ServicingLock. This means that no other operations will be able to start after this lock is acquired. It will also wait for any running jobs that have a lock on one of these. | |
ServicingOperations | This is the set of ServicingOperations that must be run for this servicing job. They are executed in the order listed in the array. The operations are executed in a serialized manner, where the second operation will not start until the first operation finishes. | |
ServicingOptions | ServicingOptions are used to control the validation of the servicing job when the job is started. See the ServicingFlags enumeration for the available options. | |
ServicingTokens | ||
ServicingTokensValue | Note: These should not be changed; they are the serialized form of the ServicingTokens Dictionary. |
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 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 | Returns a string that represents the current object. (Inherited from Object.) |
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.