コード例 #1
0
 public void SetTenantQuotaRow(TenantQuotaRow row, bool exchange)
 {
     service.SetTenantQuotaRow(row, exchange);
     cacheNotify.Publish(new QuotaCacheItem {
         Key = QuotaServiceCache.KEY_QUOTA_ROWS
     }, CacheNotifyAction.Any);
 }
コード例 #2
0
 public void SetTenantQuotaRow(TenantQuotaRow row, bool exchange)
 {
     quotaService.SetTenantQuotaRow(row, exchange);
 }
コード例 #3
0
 public void SetTenantQuotaRow(TenantQuotaRow row, bool exchange)
 {
     service.SetTenantQuotaRow(row, exchange);
     interval.Expire();
 }