示例#1
0
 public override void FindChannel(IRpcController controller, FindChannelRequest request, Action<FindChannelResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
示例#2
0
 public override void FindChannel(IRpcController controller, FindChannelRequest request, Action <FindChannelResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
示例#3
0
		public override void FindChannel(Google.ProtocolBuffers.IRpcController controller, FindChannelRequest request, Action<FindChannelResponse> done) {
			throw new NotImplementedException();
		}
示例#4
0
 public override void FindChannel(IRpcController controller, FindChannelRequest request, Action <FindChannelResponse> done)
 {
     throw new NotImplementedException();
 }