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

switch_ivr_sleep() public static method

public static switch_ivr_sleep ( SWIGTYPE_p_switch_core_session session, uint ms, switch_bool_t sync, switch_input_args_t args ) : switch_status_t
session SWIGTYPE_p_switch_core_session
ms uint
sync switch_bool_t
args switch_input_args_t
return switch_status_t
        public static switch_status_t switch_ivr_sleep(SWIGTYPE_p_switch_core_session session, uint ms, switch_bool_t sync, switch_input_args_t args)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_sleep(SWIGTYPE_p_switch_core_session.getCPtr(session), ms, (int)sync, switch_input_args_t.getCPtr(args));
            return ret;
        }
freeswitch