IScheduler.GetJobTemplateList Method

Definition

Retrieves a list of job template names defined in the cluster.

public Microsoft.Hpc.Scheduler.IStringCollection GetJobTemplateList ();
abstract member GetJobTemplateList : unit -> Microsoft.Hpc.Scheduler.IStringCollection
Public Function GetJobTemplateList () As IStringCollection

Returns

An IStringCollection interface that contains a collection of job template names.

Applies to