SchedulerObjectBase.LoadProps(IEnumerable<StoreProperty>) Method

Definition

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.

Applies to