Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IBackgroundTask interface

Provides a method to perform the work of a background task.

Syntax


public interface IBackgroundTask

Attributes

[Version(0x06020000)]
[WebHostHidden()]

Members

The IBackgroundTask interface has these types of members:

Methods

The IBackgroundTask interface has these methods. It also inherits methods from the Object class.

MethodDescription
Run Performs the work of a background task. The system calls this method when the associated background task has been triggered.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Background
Windows::ApplicationModel::Background [C++]

Metadata

Windows.winmd

 

 

Show:
© 2014 Microsoft. All rights reserved.