예제 #1
0
 public ChannelResource ClearTenantTags()
 {
     TenantTags.Clear();
     return(this);
 }
예제 #2
0
 public WorkerResource ClearWorkerPools()
 {
     WorkerPoolIds.Clear();
     return(this);
 }