IBackgroundTaskRegistration3
IBackgroundTaskRegistration3
IBackgroundTaskRegistration3
IBackgroundTaskRegistration3
Interface
Definition
Represents a background task that has been registered as part of a group of related background tasks.
public : interface IBackgroundTaskRegistration3public interface IBackgroundTaskRegistration3Public Interface IBackgroundTaskRegistration3// You can use this interface in JavaScript.
- Inheritance
-
IBackgroundTaskRegistrationIBackgroundTaskRegistrationIBackgroundTaskRegistrationIBackgroundTaskRegistrationIBackgroundTaskRegistration3IBackgroundTaskRegistration3IBackgroundTaskRegistration3IBackgroundTaskRegistration3
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Inherited Members
Inherited events
Inherited properties
Inherited methods
Properties
TaskGroup TaskGroup TaskGroup TaskGroup
Gets the BackgroundTaskRegistrationGroup that this BackgroundTaskRegistration is a part of.
public : BackgroundTaskRegistrationGroup TaskGroup { get; }public BackgroundTaskRegistrationGroup TaskGroup { get; }Public ReadOnly Property TaskGroup As BackgroundTaskRegistrationGroup// You can use this property in JavaScript.
- Value
- BackgroundTaskRegistrationGroup BackgroundTaskRegistrationGroup BackgroundTaskRegistrationGroup BackgroundTaskRegistrationGroup
The BackgroundTaskRegistrationGroup that this BackgroundTaskRegistration is a part of.