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

switch_core_port_allocator_destroy() public static method

public static switch_core_port_allocator_destroy ( SWIGTYPE_p_p_switch_core_port_allocator alloc ) : void
alloc SWIGTYPE_p_p_switch_core_port_allocator
return void
        public static void switch_core_port_allocator_destroy(SWIGTYPE_p_p_switch_core_port_allocator alloc)
        {
            freeswitchPINVOKE.switch_core_port_allocator_destroy(SWIGTYPE_p_p_switch_core_port_allocator.getCPtr(alloc));
        }
freeswitch