IContentPrefetcherTaskTrigger interface (icontentprefetchertasktrigger.h)

The IContentPrefetcherTaskTrigger interface supports content prefetching behavior and performance testing by defining methods that allow you to verify that an installed app package is registered for this background task and manually trigger its content prefetch operations.

Note  Use of this API requires that its methods are called at Medium Integrity Level (Medium IL).
 

Inheritance

The IContentPrefetcherTaskTrigger interface inherits from the IInspectable interface.

Methods

The IContentPrefetcherTaskTrigger interface has these methods.

 
IContentPrefetcherTaskTrigger::IsRegisteredForContentPrefetch

Indicates if an app package has registered for the content prefetch background task.
IContentPrefetcherTaskTrigger::TriggerContentPrefetcherTask

Triggers a content prefetch background task for the specified app package.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Target Platform Windows
Header icontentprefetchertasktrigger.h

See also

ContentPrefetcher

IInspectable