コード例 #1
0
        void UpdateTileCompleted()
        {
            service = null;
            System.GC.Collect();
            System.GC.WaitForPendingFinalizers();
            System.GC.Collect();
#if DEBUG
            DebugUtility.DebugOutputElapsedTime("Scheduled Task Final Time Snapshot:");
            DebugUtility.DebugOutputMemoryUsage("Scheduled Task Final Memory Snapshot");
#endif

#if (DEBUG_AGENT)
            //			ScheduledActionService.LaunchForTest("StirlingBirthdayTileUpdateTask", TimeSpan.FromSeconds(60));
#endif

            NotifyComplete();
        }