Edit

Share via


SchedulerObjectBase.InitFromObject(IClusterStoreObject, PropertyId[]) Method

Definition

Initializes the object using the properties from the specified object.

protected internal void InitFromObject (Microsoft.Hpc.Scheduler.Store.IClusterStoreObject obj, Microsoft.Hpc.Scheduler.Properties.PropertyId[] propIds);
member this.InitFromObject : Microsoft.Hpc.Scheduler.Store.IClusterStoreObject * Microsoft.Hpc.Scheduler.Properties.PropertyId[] -> unit
Protected Friend Sub InitFromObject (obj As IClusterStoreObject, propIds As PropertyId())

Parameters

obj
IClusterStoreObject

The object that contains the properties used to initialize this object.

propIds
PropertyId[]

The properties to initialize.

Applies to