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

switch_event_destroy() public static method

public static switch_event_destroy ( SWIGTYPE_p_p_switch_event arg0 ) : void
arg0 SWIGTYPE_p_p_switch_event
return void
        public static void switch_event_destroy(SWIGTYPE_p_p_switch_event arg0)
        {
            freeswitchPINVOKE.switch_event_destroy(SWIGTYPE_p_p_switch_event.getCPtr(arg0));
        }
freeswitch