ISchedulerV4.CreatePool 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.
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