ISchedulerV3SP4.CreatePool Method

Definition

Overloads

CreatePool(String)
CreatePool(String, Int32)

CreatePool(String)

public Microsoft.Hpc.Scheduler.ISchedulerPool CreatePool (string poolName);
abstract member CreatePool : string -> Microsoft.Hpc.Scheduler.ISchedulerPool
Public Function CreatePool (poolName As String) As ISchedulerPool

Parameters

poolName
String

Returns

Applies to

CreatePool(String, Int32)

public Microsoft.Hpc.Scheduler.ISchedulerPool CreatePool (string poolName, int poolWeight);
abstract member CreatePool : string * int -> Microsoft.Hpc.Scheduler.ISchedulerPool
Public Function CreatePool (poolName As String, poolWeight As Integer) As ISchedulerPool

Parameters

poolName
String
poolWeight
Int32

Returns

Applies to