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

switch_core_destroy() public static method

public static switch_core_destroy ( ) : switch_status_t
return switch_status_t
        public static switch_status_t switch_core_destroy()
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_destroy();
            return ret;
        }
freeswitch