FreeSWITCH.Native.freeswitch.switch_cache_db_test_reactive C# (CSharp) 메소드

switch_cache_db_test_reactive() 공개 정적인 메소드

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
리턴 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