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

switch_core_remove_state_handler() public static method

public static switch_core_remove_state_handler ( switch_state_handler_table state_handler ) : void
state_handler switch_state_handler_table
return void
        public static void switch_core_remove_state_handler(switch_state_handler_table state_handler)
        {
            freeswitchPINVOKE.switch_core_remove_state_handler(switch_state_handler_table.getCPtr(state_handler));
        }
freeswitch