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

_switch_cache_db_get_db_handle() public static method

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