コード例 #1
0
        /**********************************************************************/
        /**********************************************************************/

        public static void RefreshThematicAppsCache(IfyContext context)
        {
            var appFactory = new ThematicAppCachedFactory(context);

            appFactory.ForAgent = true;
            appFactory.RefreshCachedApps(false, true, true);
        }