SPJobState members
Provides access to properties that will be saved when a job is paused.
The SPJobState type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | Gets or sets an item from the collection of job state properties. | |
ShouldStop | Gets a property specifying whether the job should stop. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears all properties from the job state. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the property, so that it will not be persisted if the job is paused and the timer service is stopped. | |
SetProperties | Provides a transactional way to set multiple properties | |
ToString | (Inherited from Object.) |
Top