Apache.Hadoop.Hive.ThriftHiveMetastore.Processor.get_type_all_Process C# (CSharp) Method

get_type_all_Process() public method

public get_type_all_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
return void
            public void get_type_all_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                get_type_all_args args = new get_type_all_args();
                args.Read(iprot);
                iprot.ReadMessageEnd();
                get_type_all_result result = new get_type_all_result();
                try
                {
                    result.Success = iface_.get_type_all(args.Name);
                }
                catch (MetaException o2)
                {
                    result.O2 = o2;
                }
                oprot.WriteMessageBegin(new TMessage("get_type_all", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }