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

switch_cond_yield() public static method

public static switch_cond_yield ( SWIGTYPE_p_switch_interval_time_t t ) : void
t SWIGTYPE_p_switch_interval_time_t
return void
        public static void switch_cond_yield(SWIGTYPE_p_switch_interval_time_t t)
        {
            freeswitchPINVOKE.switch_cond_yield(SWIGTYPE_p_switch_interval_time_t.getCPtr(t));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
        }
freeswitch