Beispiel #1
0
        public virtual int handler5(selfrestart msg)
        {
            try
            {
                Context.RestartActor(Context.Self);
            }
            catch { }

            return 0;
        }
Beispiel #2
0
 public int h2(selfrestart msg)
 {
     Context.RestartActor(Context.Self);
     return 0;
 }
Beispiel #3
0
 public override int handler5(selfrestart msg)
 {
     Context.RestartActor(Context.Self);
     return 0;
 }