public void get_delegation_token_with_signature_Process(int seqid, TProtocol iprot, TProtocol oprot)
{
get_delegation_token_with_signature_args args = new get_delegation_token_with_signature_args();
args.Read(iprot);
iprot.ReadMessageEnd();
get_delegation_token_with_signature_result result = new get_delegation_token_with_signature_result();
try
{
result.Success = iface_.get_delegation_token_with_signature(args.Renewer_kerberos_principal_name, args.Token_signature);
}
catch (MetaException o1)
{
result.O1 = o1;
}
oprot.WriteMessageBegin(new TMessage("get_delegation_token_with_signature", TMessageType.Reply, seqid));
result.Write(oprot);
oprot.WriteMessageEnd();
oprot.Transport.Flush();
}