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

msleep() public static method

public static msleep ( uint ms ) : void
ms uint
return void
        public static void msleep(uint ms)
        {
            freeswitchPINVOKE.msleep(ms);
        }
freeswitch