ISchedulerV4SP3.DeletePool Method

Definition

Overloads

DeletePool(String)
DeletePool(String, Boolean)

DeletePool(String)

public void DeletePool (string poolName);
abstract member DeletePool : string -> unit
Public Sub DeletePool (poolName As String)

Parameters

poolName
String

Applies to

DeletePool(String, Boolean)

public void DeletePool (string poolName, bool force);
abstract member DeletePool : string * bool -> unit
Public Sub DeletePool (poolName As String, force As Boolean)

Parameters

poolName
String
force
Boolean

Applies to