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

switch_core_hash_delete_locked() public static method

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