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

switch_cache_db_persistant_execute() public static method

public static switch_cache_db_persistant_execute ( SWIGTYPE_p_switch_cache_db_handle dbh, string sql, uint retries ) : switch_status_t
dbh SWIGTYPE_p_switch_cache_db_handle
sql string
retries uint
return switch_status_t
        public static switch_status_t switch_cache_db_persistant_execute(SWIGTYPE_p_switch_cache_db_handle dbh, string sql, uint retries)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_cache_db_persistant_execute(SWIGTYPE_p_switch_cache_db_handle.getCPtr(dbh), sql, retries);
            return ret;
        }
freeswitch