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

switch_ivr_schedule_broadcast() public static method

public static switch_ivr_schedule_broadcast ( SWIGTYPE_p_time_t runtime, string uuid, string path, uint flags ) : uint
runtime SWIGTYPE_p_time_t
uuid string
path string
flags uint
return uint
        public static uint switch_ivr_schedule_broadcast(SWIGTYPE_p_time_t runtime, string uuid, string path, uint flags)
        {
            uint ret = freeswitchPINVOKE.switch_ivr_schedule_broadcast(SWIGTYPE_p_time_t.getCPtr(runtime), uuid, path, flags);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch