ACAT.Lib.Core.Utility.WindowActivityMonitor.GetActiveWindowAsync C# (CSharp) Метод

GetActiveWindowAsync() публичный статический Метод

Asyncrhonously forces an event to be raised regardless of whether focus changed or not
public static GetActiveWindowAsync ( ) : void
Результат void
        public static void GetActiveWindowAsync()
        {
            _forceGetActiveWindow = true;
        }