IBackgroundTaskRegistration Interface
Definition
Provides access to a registered background task.
public interface class IBackgroundTaskRegistration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(275074242, 41582, 17343, 140, 18, 31, 180, 13, 191, 191, 160)]
struct IBackgroundTaskRegistration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(275074242, 41582, 17343, 140, 18, 31, 180, 13, 191, 191, 160)]
public interface IBackgroundTaskRegistration
Public Interface IBackgroundTaskRegistration
- Derived
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
Name |
Gets the name of a registered background task. |
TaskId |
Gets the identifier of a registered background task. |
Methods
Unregister(Boolean) |
Unregisters a registered background task. |
Events
Completed |
Attaches a completed event handler to the registered background task. |
Progress |
Attaches a progress event handler to the registered background task. |