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

switch_core_perform_destroy_memory_pool() public static method

public static switch_core_perform_destroy_memory_pool ( SWIGTYPE_p_p_apr_pool_t pool, string file, string func, int line ) : switch_status_t
pool SWIGTYPE_p_p_apr_pool_t
file string
func string
line int
return switch_status_t
        public static switch_status_t switch_core_perform_destroy_memory_pool(SWIGTYPE_p_p_apr_pool_t pool, string file, string func, int line)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_perform_destroy_memory_pool(SWIGTYPE_p_p_apr_pool_t.getCPtr(pool), file, func, line);
            return ret;
        }
freeswitch