コード例 #1
0
 public BuildContext(VostokHostingEnvironmentFactorySettings settings)
 {
     this.settings            = settings;
     substitutableLog         = new SubstitutableLog();
     substitutableTracer      = new SubstitutableTracer();
     substitutableDatacenters = new SubstitutableDatacenters();
     Disposables        = new List <object>();
     ExternalComponents = new HashSet <object>(ByReferenceEqualityComparer <object> .Instance);
 }
コード例 #2
0
 public BuildContext()
 {
     substitutableLog    = new SubstitutableLog();
     substitutableTracer = new SubstitutableTracer();
 }