AGS.Editor.AutoComplete.OnBackgroundCacheUpdateStatusChanged C# (CSharp) Метод

OnBackgroundCacheUpdateStatusChanged() приватный статический Метод

private static OnBackgroundCacheUpdateStatusChanged ( BackgroundAutoCompleteStatus status, Exception errorDetails ) : void
status BackgroundAutoCompleteStatus
errorDetails System.Exception
Результат void
        private static void OnBackgroundCacheUpdateStatusChanged(BackgroundAutoCompleteStatus status, Exception errorDetails)
        {
            if (BackgroundCacheUpdateStatusChanged != null)
            {
                BackgroundCacheUpdateStatusChanged(status, errorDetails);
            }
        }