Share via


IFsrmQuotaTemplate.DeleteThreshold Method (Int32)

 

Deletes a threshold from the quota template.

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

IFsrmQuotaBase.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

IFsrmQuotaTemplate Interface
Microsoft.Storage Namespace

Return to top