FreeSWITCH.Native.freeswitch.switch_core_hash_destroy C# (CSharp) Method

switch_core_hash_destroy() public static method

public static switch_core_hash_destroy ( SWIGTYPE_p_p_switch_hash hash ) : switch_status_t
hash SWIGTYPE_p_p_switch_hash
return switch_status_t
        public static switch_status_t switch_core_hash_destroy(SWIGTYPE_p_p_switch_hash hash)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_hash_destroy(SWIGTYPE_p_p_switch_hash.getCPtr(hash));
            return ret;
        }
freeswitch