Class JobObjectInfo
A based class for JobObject that provides access to information about the JobObject.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public abstract class JobObjectInfo
Methods
| Improve this Doc View SourceGetAccounting()
Gets accounting information for the JobObject.
Declaration
public JobAccounting GetAccounting()
Returns
Type | Description |
---|---|
JobAccounting | A JobAccounting structure. |
GetLimits()
Gets limits assigned to the JobObject.
Declaration
public JobLimits GetLimits()
Returns
Type | Description |
---|---|
JobLimits | A JobLimits structure. |
GetNotifications()
Gets notifications configured for the JobObject.
Declaration
public JobNotifications GetNotifications()
Returns
Type | Description |
---|---|
JobNotifications | A JobNotifications structure. |
GetProcessIds()
Gets an array of process identifiers associated with the JobObject.
Declaration
public int[] GetProcessIds()
Returns
Type | Description |
---|---|
System.Int32[] | An array of process identifiers. |