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

switch_core_hash_insert_locked() public static method

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