SchedulerNode Constructors

Definition

Overloads

SchedulerNode(ISchedulerStore)

Initializes a new instance of this class using the specified store object.

SchedulerNode(ISchedulerStore, PropertyRow)

Initializes a new instance of this class using the specified store and property row objects.

SchedulerNode(ISchedulerStore)

Initializes a new instance of this class using the specified store object.

protected internal SchedulerNode (Microsoft.Hpc.Scheduler.Store.ISchedulerStore store);
new Microsoft.Hpc.Scheduler.SchedulerNode : Microsoft.Hpc.Scheduler.Store.ISchedulerStore -> Microsoft.Hpc.Scheduler.SchedulerNode
Protected Friend Sub New (store As ISchedulerStore)

Parameters

store
ISchedulerStore

The store object used to initialize this instance of the class.

Applies to

SchedulerNode(ISchedulerStore, PropertyRow)

Initializes a new instance of this class using the specified store and property row objects.

protected internal SchedulerNode (Microsoft.Hpc.Scheduler.Store.ISchedulerStore store, Microsoft.Hpc.Scheduler.Properties.PropertyRow row);
new Microsoft.Hpc.Scheduler.SchedulerNode : Microsoft.Hpc.Scheduler.Store.ISchedulerStore * Microsoft.Hpc.Scheduler.Properties.PropertyRow -> Microsoft.Hpc.Scheduler.SchedulerNode
Protected Friend Sub New (store As ISchedulerStore, row As PropertyRow)

Parameters

store
ISchedulerStore

The store object.

row
PropertyRow

The property row object.

Applies to