Share via


IFsrmAutoApplyQuota.DeleteThreshold Method (Int32)

 

Deletes a threshold from the automatic 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

Implements

IFsrmQuotaObject.DeleteThreshold(Int32)

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

IFsrmAutoApplyQuota Interface
Microsoft.Storage Namespace

Return to top