Apache.Hadoop.Hbase.Hbase.Processor.getRowsWithColumnsTs_Process C# (CSharp) Метод

getRowsWithColumnsTs_Process() публичный Метод

public getRowsWithColumnsTs_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Результат void
            public void getRowsWithColumnsTs_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                getRowsWithColumnsTs_args args = new getRowsWithColumnsTs_args();
                args.Read(iprot);
                iprot.ReadMessageEnd();
                getRowsWithColumnsTs_result result = new getRowsWithColumnsTs_result();
                try
                {
                    result.Success = iface_.getRowsWithColumnsTs(args.TableName, args.Rows, args.Columns, args.Timestamp);
                }
                catch (IOError io)
                {
                    result.Io = io;
                }
                oprot.WriteMessageBegin(new TMessage("getRowsWithColumnsTs", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }