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

switch_core_db_test_reactive() public static method

public static switch_core_db_test_reactive ( SWIGTYPE_p_sqlite3 db, string test_sql, string drop_sql, string reactive_sql ) : void
db SWIGTYPE_p_sqlite3
test_sql string
drop_sql string
reactive_sql string
return void
        public static void switch_core_db_test_reactive(SWIGTYPE_p_sqlite3 db, string test_sql, string drop_sql, string reactive_sql)
        {
            freeswitchPINVOKE.switch_core_db_test_reactive(SWIGTYPE_p_sqlite3.getCPtr(db), test_sql, drop_sql, reactive_sql);
        }
freeswitch