Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 906 Bytes

File metadata and controls

29 lines (20 loc) · 906 Bytes
-api-id T:Windows.ApplicationModel.Background.BackgroundTaskRegistration
-api-type winrt class

Windows.ApplicationModel.Background.BackgroundTaskRegistration

-description

Represents a background task that has been registered with the system.

-remarks

The system returns an instance of this class when the application calls the BackgroundTaskBuilder.Register method.

Version history

Windows version SDK version Value added
1703 15063 AllTaskGroups
1703 15063 GetTaskGroup
1703 15063 TaskGroup

-examples

-see-also