FreeSWITCH.Native.freeswitch.switch_event_destroy C# (CSharp) 메소드

switch_event_destroy() 공개 정적인 메소드

public static switch_event_destroy ( SWIGTYPE_p_p_switch_event arg0 ) : void
arg0 SWIGTYPE_p_p_switch_event
리턴 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