CachedFileManager.DeferUpdates(IStorageFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lets apps defer real-time updates for a specified file.
public:
static void DeferUpdates(IStorageFile ^ file);
static void DeferUpdates(IStorageFile const& file);
public static void DeferUpdates(IStorageFile file);
function deferUpdates(file)
Public Shared Sub DeferUpdates (file As IStorageFile)
Parameters
- file
- IStorageFile
The file to defer updates for.
Remarks
Typically, Windows implicitly initiates updates for files that are provided by other apps when those files change. However, you can control when updates are initiated by calling DeferUpdates.