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

switch_cache_db_get_type() public static method

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