Esempio n. 1
0
 /// <summary>Creates a new instance of FileRecord</summary>
 protected internal MetricsRecordImpl(string recordName, AbstractMetricsContext context
                                      )
 {
     this.recordName = recordName;
     this.context    = context;
 }
Esempio n. 2
0
 public _TimerTask_261(AbstractMetricsContext _enclosing)
 {
     this._enclosing = _enclosing;
 }