IFsrmQuotaBase::DeleteThreshold method (fsrmquota.h)

[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMQuota class.]

Deletes a threshold from the quota object.

Syntax

HRESULT DeleteThreshold(
  [in] FSRM_QUOTA_THRESHOLD threshold
);

Parameters

[in] threshold

The threshold to delete.

Return value

The method returns the following return values.

Remarks

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

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmquota.h
DLL SrmSvc.dll

See also

IFsrmQuotaBase

MSFT_FSRMQuota