Esempio n. 1
0
 public void WebRequestCache_FileChanged(object sender, CacheChangedEventArgs e)
 {
     //TO DO: We should move the implementation to update the cache based on a change event rather than relying on an explicit call.
 }
        private void NotifyOfChange()
        {
            CacheChangedEventArgs args = new CacheChangedEventArgs(BinaryFileName, CacheFileType.Binary);

            CacheChanged(m_cache, args);
        }