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

switch_core_hash_insert() public static method

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