Share via


IFsrmQuotaBase.DeleteThreshold Method (Int32)

 

Deletes a threshold from the quota object.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void DeleteThreshold(
    int threshold
)
void DeleteThreshold(
    int threshold
)
abstract DeleteThreshold : 
        threshold:int -> unit
Sub DeleteThreshold (
    threshold As Integer
)

Parameters

Remarks

All the actions associated with the threshold are also deleted. Note that the actions are not deleted until the Commit method is called.

See Also

IFsrmQuotaBase Interface
Microsoft.Storage Namespace

Return to top