public virtual int handler5(selfrestart msg) { try { Context.RestartActor(Context.Self); } catch { } return 0; }
public int h2(selfrestart msg) { Context.RestartActor(Context.Self); return 0; }
public override int handler5(selfrestart msg) { Context.RestartActor(Context.Self); return 0; }