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

switch_core_session_free_message() public static method

public static switch_core_session_free_message ( SWIGTYPE_p_p_switch_core_session_message message ) : void
message SWIGTYPE_p_p_switch_core_session_message
return void
        public static void switch_core_session_free_message(SWIGTYPE_p_p_switch_core_session_message message)
        {
            freeswitchPINVOKE.switch_core_session_free_message(SWIGTYPE_p_p_switch_core_session_message.getCPtr(message));
        }
freeswitch