Ejemplo n.º 1
0
 public void SetTenantQuotaRow(TenantQuotaRow row, bool exchange)
 {
     service.SetTenantQuotaRow(row, exchange);
     cacheNotify.Publish(new QuotaCacheItem {
         Key = QuotaServiceCache.KEY_QUOTA_ROWS
     }, CacheNotifyAction.Any);
 }
 public void SetTenantQuotaRow(TenantQuotaRow row, bool exchange)
 {
     quotaService.SetTenantQuotaRow(row, exchange);
 }
Ejemplo n.º 3
0
 public void SetTenantQuotaRow(TenantQuotaRow row, bool exchange)
 {
     service.SetTenantQuotaRow(row, exchange);
     interval.Expire();
 }