Example #1
0
 public Helper(TimeGapsDetector owner)
 {
     this.owner  = owner;
     this.invoke = owner.modelSynchronizationContext;
     this.trace  = owner.traceSourceFactory.CreateTraceSource("GapsDetector",
                                                              string.Format("{0}.h{1}", owner.trace.Prefix, ++owner.lastHelperId));
     this.source = owner.source;
 }
Example #2
0
 public Helper(TimeGapsDetector owner)
 {
     this.owner  = owner;
     this.invoke = owner.syncInvoke;
     this.trace  = new LJTraceSource("GapsDetector",
                                     string.Format("{0}.h{1}", owner.trace.Prefix, ++owner.lastHelperId));
     this.source = owner.source;
 }