IFsrmQuotaObject.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.Int32

    The previous value of the threshold.

  • newThreshold
    Type: System.Int32

    The new value for the threshold. The value must be from 1 through 250, inclusively.

Implements

IFsrmQuotaBase.ModifyThreshold(Int32, Int32)

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top