Example #1
0
 public CronItemCacheController(DECronEngine owner)
 {
     this.owner = owner ?? throw new ArgumentNullException(nameof(owner));
     owner.RegisterList(Id, this, true);
 }             // ctor
Example #2
0
 public CronItemCacheController(DECronEngine owner)
 {
     this.owner = owner;
     owner.RegisterList(Id, this, true);
 }             // ctor