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

switch_core_hash_delete() public static method

public static switch_core_hash_delete ( SWIGTYPE_p_switch_hash hash, string key ) : switch_status_t
hash SWIGTYPE_p_switch_hash
key string
return switch_status_t
        public static switch_status_t switch_core_hash_delete(SWIGTYPE_p_switch_hash hash, string key)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_hash_delete(SWIGTYPE_p_switch_hash.getCPtr(hash), key);
            return ret;
        }
freeswitch