Apache.Hadoop.Hbase.Hbase.Processor.scannerOpenWithStopTs_Process C# (CSharp) Method

scannerOpenWithStopTs_Process() public method

public scannerOpenWithStopTs_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
return void
            public void scannerOpenWithStopTs_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                scannerOpenWithStopTs_args args = new scannerOpenWithStopTs_args();
                args.Read(iprot);
                iprot.ReadMessageEnd();
                scannerOpenWithStopTs_result result = new scannerOpenWithStopTs_result();
                try
                {
                    result.Success = iface_.scannerOpenWithStopTs(args.TableName, args.StartRow, args.StopRow, args.Columns, args.Timestamp);
                }
                catch (IOError io)
                {
                    result.Io = io;
                }
                oprot.WriteMessageBegin(new TMessage("scannerOpenWithStopTs", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }