SchedulerObjectBase.LoadProps(IEnumerable<StoreProperty>) 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.
Loads the specified properties from the store.
protected void LoadProps(System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.StoreProperty> props);
member this.LoadProps : seq<Microsoft.Hpc.Scheduler.Properties.StoreProperty> -> unit
Protected Sub LoadProps (props As IEnumerable(Of StoreProperty))
Parameters
- props
- IEnumerable<StoreProperty>
The properties to load from the store.