SPRunningJobCollection members
Represents a collection of SPRunningJob objects.
The SPRunningJobCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of SPRunningJob elements in this collection. (Overrides SPBaseCollection.Count.) | |
Item | Gets the element at the specified index. | |
Parent | Gets the parent object of the running job. | |
Service | Obsolete. Gets the parent SPService object. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) | |
WebApplication | Obsolete. Gets the SPWebApplication of the running job. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstance | Gets an instance of a SPRunningJob object, or throws an exception if that object does not exist. | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top