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

switch_core_hash_find_locked() public static method

public static switch_core_hash_find_locked ( SWIGTYPE_p_switch_hash hash, string key, SWIGTYPE_p_switch_mutex_t mutex ) : SWIGTYPE_p_void
hash SWIGTYPE_p_switch_hash
key string
mutex SWIGTYPE_p_switch_mutex_t
return SWIGTYPE_p_void
        public static SWIGTYPE_p_void switch_core_hash_find_locked(SWIGTYPE_p_switch_hash hash, string key, SWIGTYPE_p_switch_mutex_t mutex)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_hash_find_locked(SWIGTYPE_p_switch_hash.getCPtr(hash), key, SWIGTYPE_p_switch_mutex_t.getCPtr(mutex));
            SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);
            return ret;
        }
freeswitch