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

switch_ivr_schedule_hangup() public static method

public static switch_ivr_schedule_hangup ( SWIGTYPE_p_time_t runtime, string uuid, switch_call_cause_t cause, switch_bool_t bleg ) : uint
runtime SWIGTYPE_p_time_t
uuid string
cause switch_call_cause_t
bleg switch_bool_t
return uint
        public static uint switch_ivr_schedule_hangup(SWIGTYPE_p_time_t runtime, string uuid, switch_call_cause_t cause, switch_bool_t bleg)
        {
            uint ret = freeswitchPINVOKE.switch_ivr_schedule_hangup(SWIGTYPE_p_time_t.getCPtr(runtime), uuid, (int)cause, (int)bleg);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch