예제 #1
0
 public void SendRpc()
 {
     _rpcHandler.SendRpc(nameof(MyRpc), MessageTarget.Others, 1, (short)2, "foo");
 }