Setting the Percent Quota Usage Threshold

This method is used for setting the percent threshold for quota usage on the Parallels Pro Control Panel server. Quota usage emails will be generated when the quota usage exceeds the specified value.

Method

public void SetQuotaUsageThreshold(int QuotaUsageThreshold, string username, string password)

Parameters

  • QuotaUsageThreshold, which is the percent threshold to be used for quota usage.
  • username, which is the username of the service provider
  • password, which is the password of the service provider

Return Value

none

Example code:

w.SetQuotaUsageThreshold (85, "admin", "ensim123");