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

switch_core_session_execute_application_get_flags() public static method

public static switch_core_session_execute_application_get_flags ( SWIGTYPE_p_switch_core_session session, string app, string arg, SWIGTYPE_p_int flags ) : switch_status_t
session SWIGTYPE_p_switch_core_session
app string
arg string
flags SWIGTYPE_p_int
return switch_status_t
        public static switch_status_t switch_core_session_execute_application_get_flags(SWIGTYPE_p_switch_core_session session, string app, string arg, SWIGTYPE_p_int flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_execute_application_get_flags(SWIGTYPE_p_switch_core_session.getCPtr(session), app, arg, SWIGTYPE_p_int.getCPtr(flags));
            return ret;
        }
freeswitch