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

switch_cache_db_affected_rows() public static method

public static switch_cache_db_affected_rows ( SWIGTYPE_p_switch_cache_db_handle dbh ) : int
dbh SWIGTYPE_p_switch_cache_db_handle
return int
        public static int switch_cache_db_affected_rows(SWIGTYPE_p_switch_cache_db_handle dbh)
        {
            int ret = freeswitchPINVOKE.switch_cache_db_affected_rows(SWIGTYPE_p_switch_cache_db_handle.getCPtr(dbh));
            return ret;
        }
freeswitch