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

switch_core_session_perform_receive_message() public static method

public static switch_core_session_perform_receive_message ( SWIGTYPE_p_switch_core_session session, switch_core_session_message message, string file, string func, int line ) : switch_status_t
session SWIGTYPE_p_switch_core_session
message switch_core_session_message
file string
func string
line int
return switch_status_t
        public static switch_status_t switch_core_session_perform_receive_message(SWIGTYPE_p_switch_core_session session, switch_core_session_message message, string file, string func, int line)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_perform_receive_message(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_core_session_message.getCPtr(message), file, func, line);
            return ret;
        }
freeswitch