SchedulerJob Constructors

Definition

Overloads

SchedulerJob(Scheduler)

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

SchedulerJob(ISchedulerStore)

Initializes of new instance of the SchedulerJob class.

SchedulerJob(Scheduler)

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

protected internal SchedulerJob (Microsoft.Hpc.Scheduler.Scheduler scheduler);
new Microsoft.Hpc.Scheduler.SchedulerJob : Microsoft.Hpc.Scheduler.Scheduler -> Microsoft.Hpc.Scheduler.SchedulerJob

Parameters

scheduler
Scheduler

A scheduler object used to initialize this instance.

Applies to

SchedulerJob(ISchedulerStore)

Initializes of new instance of the SchedulerJob class.

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

Parameters

store
ISchedulerStore

A store object that defines the store.

Applies to