Apache.Hadoop.Hive.ThriftHiveMetastore.Processor.renew_delegation_token_Process C# (CSharp) Метод

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

public renew_delegation_token_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Результат void
            public void renew_delegation_token_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                renew_delegation_token_args args = new renew_delegation_token_args();
                args.Read(iprot);
                iprot.ReadMessageEnd();
                renew_delegation_token_result result = new renew_delegation_token_result();
                try
                {
                    result.Success = iface_.renew_delegation_token(args.Token_str_form);
                }
                catch (MetaException o1)
                {
                    result.O1 = o1;
                }
                oprot.WriteMessageBegin(new TMessage("renew_delegation_token", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }