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

switch_core_idle_cpu() public static method

public static switch_core_idle_cpu ( ) : double
return double
        public static double switch_core_idle_cpu()
        {
            double ret = freeswitchPINVOKE.switch_core_idle_cpu();
            return ret;
        }
freeswitch