Show / Hide Table of Contents

Class JobObjectInfo

A based class for JobObject that provides access to information about the JobObject.

Inheritance
System.Object
JobObjectInfo
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 Source

GetAccounting()

Gets accounting information for the JobObject.

Declaration
public JobAccounting GetAccounting()
Returns
Type Description
JobAccounting

A JobAccounting structure.

| Improve this Doc View Source

GetLimits()

Gets limits assigned to the JobObject.

Declaration
public JobLimits GetLimits()
Returns
Type Description
JobLimits

A JobLimits structure.

| Improve this Doc View Source

GetNotifications()

Gets notifications configured for the JobObject.

Declaration
public JobNotifications GetNotifications()
Returns
Type Description
JobNotifications

A JobNotifications structure.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX