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

_switch_core_db_handle() public static method

public static _switch_core_db_handle ( SWIGTYPE_p_p_switch_cache_db_handle dbh, string file, string func, int line ) : switch_status_t
dbh SWIGTYPE_p_p_switch_cache_db_handle
file string
func string
line int
return switch_status_t
        public static switch_status_t _switch_core_db_handle(SWIGTYPE_p_p_switch_cache_db_handle dbh, string file, string func, int line)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE._switch_core_db_handle(SWIGTYPE_p_p_switch_cache_db_handle.getCPtr(dbh), file, func, line);
            return ret;
        }
freeswitch