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

switch_core_runtime_loop() public static method

public static switch_core_runtime_loop ( int bg ) : void
bg int
return void
        public static void switch_core_runtime_loop(int bg)
        {
            freeswitchPINVOKE.switch_core_runtime_loop(bg);
        }
freeswitch