示例#1
0
 protected override void PreStart()
 {
     _monitor.IncrementActorStarted();
     Logger.Trace("{ActorHub} is going to start", Self.Path);
     Context.System.Scheduler.ScheduleTellRepeatedly(ChildClearPeriod, ChildClearPeriod, Self, new ClearChilds(), Self);
 }
示例#2
0
 protected override void PreStart()
 {
     _monitor.IncrementActorStarted();
 }