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

switch_core_hash_find_rdlock() public static method

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