SchedulerObjectBase Class

Definition

The abstract class from which the HPC objects inherit.

public abstract class SchedulerObjectBase
type SchedulerObjectBase = class
Public MustInherit Class SchedulerObjectBase
Inheritance
SchedulerObjectBase
Derived

Constructors

SchedulerObjectBase()

Initializes a new instance of this class.

Fields

_props

All the properties that have been cached for the object.

Methods

_InitFromRow(PropertyRow)

Initializes the object using the contents of the specified property row.

GetCurrentPropsToReload()
GetPropertyIds()

An array of properties to query from the store when refreshing the job object.

GetWriteOnlyPropertyIds()
InitFromObject(IClusterStoreObject, PropertyId[])

Initializes the object using the properties from the specified object.

LoadProps(IEnumerable<StoreProperty>)

Loads the specified properties from the store.

Applies to