コード例 #1
0
ファイル: AkkaHelper.cs プロジェクト: toby2o12/hiwjcn
 public override void DisposeClient(IActorRef ins)
 {
     ins?.FeedPoisonPill();
 }