Apache.Hadoop.Hbase.Thrift.Hbase.Client.recv_mutateRow C# (CSharp) Method

recv_mutateRow() public method

public recv_mutateRow ( ) : void
return void
            public void recv_mutateRow()
            {
                TMessage msg = iprot_.ReadMessageBegin();
                if (msg.Type == TMessageType.Exception) {
                  TApplicationException x = TApplicationException.Read(iprot_);
                  iprot_.ReadMessageEnd();
                  throw x;
                }
                mutateRow_result result = new mutateRow_result();
                result.Read(iprot_);
                iprot_.ReadMessageEnd();
                if (result.__isset.io) {
                  throw result.io;
                }
                if (result.__isset.ia) {
                  throw result.ia;
                }
                return;
            }