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

switch_core_session_private_event_count() public static method

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