Пример #1
0
 internal MockRMWithElector(TestRMEmbeddedElector _enclosing, Configuration conf,
                            long delayMs)
     : this(conf)
 {
     this._enclosing = _enclosing;
     this.delayMs    = delayMs;
 }
Пример #2
0
 internal MockRMWithElector(TestRMEmbeddedElector _enclosing, Configuration conf)
     : base(conf)
 {
     this._enclosing = _enclosing;
 }