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

switch_log_node_free() public static method

public static switch_log_node_free ( SWIGTYPE_p_p_switch_log_node_t pnode ) : void
pnode SWIGTYPE_p_p_switch_log_node_t
return void
        public static void switch_log_node_free(SWIGTYPE_p_p_switch_log_node_t pnode)
        {
            freeswitchPINVOKE.switch_log_node_free(SWIGTYPE_p_p_switch_log_node_t.getCPtr(pnode));
        }
freeswitch