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

cancel_delegation_token() public method

public cancel_delegation_token ( string token_str_form ) : void
token_str_form string
return void
            public void cancel_delegation_token(string token_str_form)
            {
                send_cancel_delegation_token(token_str_form);
                recv_cancel_delegation_token();
            }
ThriftHiveMetastore.Client