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

switch_ivr_dmachine_destroy() public static method

public static switch_ivr_dmachine_destroy ( SWIGTYPE_p_p_switch_ivr_dmachine dmachine ) : void
dmachine SWIGTYPE_p_p_switch_ivr_dmachine
return void
        public static void switch_ivr_dmachine_destroy(SWIGTYPE_p_p_switch_ivr_dmachine dmachine)
        {
            freeswitchPINVOKE.switch_ivr_dmachine_destroy(SWIGTYPE_p_p_switch_ivr_dmachine.getCPtr(dmachine));
        }
freeswitch