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

switch_core_session_queue_private_event() public static method

public static switch_core_session_queue_private_event ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_event arg1, switch_bool_t priority ) : switch_status_t
session SWIGTYPE_p_switch_core_session
arg1 SWIGTYPE_p_p_switch_event
priority switch_bool_t
return switch_status_t
        public static switch_status_t switch_core_session_queue_private_event(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_event arg1, switch_bool_t priority)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_queue_private_event(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_p_switch_event.getCPtr(arg1), (int)priority);
            return ret;
        }
freeswitch