예제 #1
0
 public override void StartFollowing(IRpcController controller, StartFollowingRequest request, Action <StartFollowingResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
예제 #2
0
 public override void StartFollowing(IRpcController controller, StartFollowingRequest request, Action<StartFollowingResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }