Example #1
0
 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;
 }
Example #2
0
 public static string switch_cache_db_type_name(switch_cache_db_handle_type_t type)
 {
     string ret = freeswitchPINVOKE.switch_cache_db_type_name((int)type);
     return ret;
 }