示例#1
0
 public CronItemCacheController(DECronEngine owner)
 {
     this.owner = owner ?? throw new ArgumentNullException(nameof(owner));
     owner.RegisterList(Id, this, true);
 }             // ctor
示例#2
0
文件: CronEngine.cs 项目: s72785/des
 public CronItemCacheController(DECronEngine owner)
 {
     this.owner = owner;
     owner.RegisterList(Id, this, true);
 }             // ctor