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

switch_cache_db_release_db_handle() public static method

public static switch_cache_db_release_db_handle ( SWIGTYPE_p_p_switch_cache_db_handle dbh ) : void
dbh SWIGTYPE_p_p_switch_cache_db_handle
return void
        public static void switch_cache_db_release_db_handle(SWIGTYPE_p_p_switch_cache_db_handle dbh)
        {
            freeswitchPINVOKE.switch_cache_db_release_db_handle(SWIGTYPE_p_p_switch_cache_db_handle.getCPtr(dbh));
        }
freeswitch