FreeSWITCH.Native.freeswitch.switch_console_shutdown C# (CSharp) 메소드

switch_console_shutdown() 공개 정적인 메소드

public static switch_console_shutdown ( ) : switch_status_t
리턴 switch_status_t
        public static switch_status_t switch_console_shutdown()
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_console_shutdown();
            return ret;
        }
freeswitch