SchedulerObjectBase.GetPropertyIds Method
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.
An array of properties to query from the store when refreshing the job object.
protected internal virtual Microsoft.Hpc.Scheduler.Properties.PropertyId[] GetPropertyIds();
abstract member GetPropertyIds : unit -> Microsoft.Hpc.Scheduler.Properties.PropertyId[]
override this.GetPropertyIds : unit -> Microsoft.Hpc.Scheduler.Properties.PropertyId[]
Protected Friend Overridable Function GetPropertyIds () As PropertyId()