Method | Description | |
---|---|---|
ApplyQuota ( ) : bool |
Checks if there's quota left.
|
|
QuickPulseQuotaTracker ( Clock timeProvider, float maxQuota, float startQuota ) : System |
Method | Description | |
---|---|---|
AccrueQuota ( long currentTimeFullSeconds ) : void | ||
IncreaseQuota ( long seconds ) : void | ||
UseQuota ( ) : bool |
public QuickPulseQuotaTracker ( Clock timeProvider, float maxQuota, float startQuota ) : System | ||
timeProvider | Clock | |
maxQuota | float | |
startQuota | float | |
return | System |