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

switch_core_hash_delete_multi() public static method

public static switch_core_hash_delete_multi ( SWIGTYPE_p_switch_hash hash, SWIGTYPE_p_f_p_q_const__void_p_q_const__void_p_void__switch_bool_t callback, SWIGTYPE_p_void pData ) : switch_status_t
hash SWIGTYPE_p_switch_hash
callback SWIGTYPE_p_f_p_q_const__void_p_q_const__void_p_void__switch_bool_t
pData SWIGTYPE_p_void
return switch_status_t
        public static switch_status_t switch_core_hash_delete_multi(SWIGTYPE_p_switch_hash hash, SWIGTYPE_p_f_p_q_const__void_p_q_const__void_p_void__switch_bool_t callback, SWIGTYPE_p_void pData)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_hash_delete_multi(SWIGTYPE_p_switch_hash.getCPtr(hash), SWIGTYPE_p_f_p_q_const__void_p_q_const__void_p_void__switch_bool_t.getCPtr(callback), SWIGTYPE_p_void.getCPtr(pData));
            return ret;
        }
freeswitch