SchedulerJob._changeProps Field
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.
A dictionary of the properties that have been changed but not yet committed.
protected System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId,Microsoft.Hpc.Scheduler.Properties.StoreProperty> _changeProps;
val mutable _changeProps : System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId, Microsoft.Hpc.Scheduler.Properties.StoreProperty>
Protected _changeProps As Dictionary(Of PropertyId, StoreProperty)