IFsrmQuotaBase.ModifyThreshold Method (Int32, Int32)

 

Changes the threshold value.

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 threshold value.

  • newThreshold
    Type: System.Int32

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

See Also

IFsrmQuotaBase Interface
Microsoft.Storage Namespace

Return to top