コード例 #1
0
 public override void RemoveObjects(IRpcController controller, RemoveObjectsRequest request, Action <NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
コード例 #2
0
ファイル: SearchService.cs プロジェクト: nortex/d3sharp
 public override void RemoveObjects(IRpcController controller, RemoveObjectsRequest request, Action<NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }