コード例 #1
0
ファイル: ChatService.cs プロジェクト: nortex/d3sharp
 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
ファイル: ChannelOwnerImpl.cs プロジェクト: fry/d3
		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();
 }