Beispiel #1
0
        /// <summary>TBD</summary>
        private static void BeginBackgroundCaching()
        {
            PopulateApplicationCacheDelegate appCaching = new PopulateApplicationCacheDelegate(PopulateApplicationCache);

            appCaching.BeginInvoke(null, null);
        }
Beispiel #2
0
 /// <summary>TBD</summary>
 private static void BeginBackgroundCaching()
 {
     PopulateApplicationCacheDelegate appCaching = new PopulateApplicationCacheDelegate(PopulateApplicationCache);
     appCaching.BeginInvoke(null, null);
 }