AirTabInputServer.CloseHandler.SetCloseHandler C# (CSharp) Méthode

SetCloseHandler() public static méthode

public static SetCloseHandler ( System.Action handler ) : void
handler System.Action
Résultat void
        public static void SetCloseHandler(Action handler)
        {
            SetConsoleCtrlHandler(new HandlerRoutine(ConsoleCtrlCheck), true);
            s_handler = handler;
        }