Example #1
0
 public Manager(IFlagSource primarySource)
 {
     this.primarySource  = primarySource;
     this.readOnlySource = new MemoryFlagSource();
     this.circuitBreaker = new CircuitBreaker();
 }
Example #2
0
		public ManagementFlagCollector(IFlagSource[] sources)
		{
			this.sources = sources;
		}