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

switch_cache_db_test_reactive() public static method

public static switch_cache_db_test_reactive ( SWIGTYPE_p_switch_cache_db_handle db, string test_sql, string drop_sql, string reactive_sql ) : switch_bool_t
db SWIGTYPE_p_switch_cache_db_handle
test_sql string
drop_sql string
reactive_sql string
return switch_bool_t
        public static switch_bool_t switch_cache_db_test_reactive(SWIGTYPE_p_switch_cache_db_handle db, string test_sql, string drop_sql, string reactive_sql)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_cache_db_test_reactive(SWIGTYPE_p_switch_cache_db_handle.getCPtr(db), test_sql, drop_sql, reactive_sql);
            return ret;
        }
freeswitch