public virtual int handler4(selfstop msg) { try { Context.StopActor(Context.Self); } catch { } return 0; }
public int h1(selfstop msg) { Context.StopActor(Context.Self); return 0; }
public override int handler4(selfstop msg) { Context.StopActor(Context.Self); return 0; }