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

switch_core_session_flush_private_events() public static method

public static switch_core_session_flush_private_events ( SWIGTYPE_p_switch_core_session session ) : uint
session SWIGTYPE_p_switch_core_session
return uint
        public static uint switch_core_session_flush_private_events(SWIGTYPE_p_switch_core_session session)
        {
            uint ret = freeswitchPINVOKE.switch_core_session_flush_private_events(SWIGTYPE_p_switch_core_session.getCPtr(session));
            return ret;
        }
freeswitch