SchedulerObjectBase._InitFromRow(PropertyRow) 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.
Initializes the object using the contents of the specified property row.
protected internal void _InitFromRow(Microsoft.Hpc.Scheduler.Properties.PropertyRow row);
member this._InitFromRow : Microsoft.Hpc.Scheduler.Properties.PropertyRow -> unit
Protected Friend Sub _InitFromRow (row As PropertyRow)
Parameters
- row
- PropertyRow
The property row used to initialize the object.