예제 #1
0
 public override void UnregisterServer(IRpcController controller, UnregisterServerRequest request, Action<NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public override void UnregisterServer(IRpcController controller, UnregisterServerRequest request, Action <NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public override void UnregisterServer(Google.ProtocolBuffers.IRpcController controller, UnregisterServerRequest request, Action <bnet.protocol.NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public override void UnregisterServer(IRpcController controller, UnregisterServerRequest request, Action<NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
예제 #5
0
 public override void UnregisterServer(IRpcController controller, UnregisterServerRequest request, Action <NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }