IFsrmQuota.ModifyThreshold Method (Int32, Int32)
Changes the threshold of the quota object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void ModifyThreshold(
int threshold,
int newThreshold
)
void ModifyThreshold(
int threshold,
int newThreshold
)
abstract ModifyThreshold :
threshold:int *
newThreshold:int -> unit
Sub ModifyThreshold (
threshold As Integer,
newThreshold As Integer
)
Parameters
threshold
Type: System.Int32The previous value of the threshold.
newThreshold
Type: System.Int32The new value for the threshold. The value must be from 1 through 250, inclusively.
Implements
IFsrmQuotaObject.ModifyThreshold(Int32, Int32)
See Also
IFsrmQuota Interface
Microsoft.Storage Namespace
Return to top