Apache.Hadoop.Hive.ThriftHiveMetastore.Client.renew_delegation_token C# (CSharp) Method

renew_delegation_token() public method

public renew_delegation_token ( string token_str_form ) : long
token_str_form string
return long
            public long renew_delegation_token(string token_str_form)
            {
                send_renew_delegation_token(token_str_form);
                return recv_renew_delegation_token();
            }
ThriftHiveMetastore.Client