SchedulerPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("351F693A-5C82-45F3-928F-70E31518ACCD")]
public class SchedulerPool : Microsoft.Hpc.Scheduler.SchedulerObjectBase, Microsoft.Hpc.Scheduler.ISchedulerPool
type SchedulerPool = class
inherit SchedulerObjectBase
interface ISchedulerPool
Public Class SchedulerPool
Inherits SchedulerObjectBase
Implements ISchedulerPool
- Inheritance
- Attributes
- Implements
Constructors
SchedulerPool() | |
SchedulerPool(ISchedulerStore) |
Fields
_changeProps | |
_pool | |
_props |
All the properties that have been cached for the object. (Inherited from SchedulerObjectBase) |
Properties
CurrentAllocation | |
Guarantee | |
Id | |
Name | |
Weight |
Methods
_InitFromRow(PropertyRow) |
Initializes the object using the contents of the specified property row. (Inherited from SchedulerObjectBase) |
Commit() | |
GetCurrentPropsToReload() | (Inherited from SchedulerObjectBase) |
GetPropertyIds() | |
GetWriteOnlyPropertyIds() | (Inherited from SchedulerObjectBase) |
InitFromObject(IClusterStoreObject, PropertyId[]) |
Initializes the object using the properties from the specified object. (Inherited from SchedulerObjectBase) |
LoadProps(IEnumerable<StoreProperty>) |
Loads the specified properties from the store. (Inherited from SchedulerObjectBase) |
Refresh() |