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

switch_core_timer_sync() public static method

public static switch_core_timer_sync ( switch_timer timer ) : switch_status_t
timer switch_timer
return switch_status_t
        public static switch_status_t switch_core_timer_sync(switch_timer timer)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_timer_sync(switch_timer.getCPtr(timer));
            return ret;
        }
freeswitch