Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 791 Bytes

backgroundtaskregistrationgroup_backgroundtaskregistrationgroup_290278668.md

File metadata and controls

30 lines (17 loc) · 791 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Background.BackgroundTaskRegistrationGroup.#ctor(System.String)
winrt method

Windows.ApplicationModel.Background.BackgroundTaskRegistrationGroup.BackgroundTaskRegistrationGroup

-description

Creates a BackgroundTaskRegistrationGroup with the specified group ID.

-parameters

-param id

The group ID.

-remarks

To reduce collisions with other group identifiers, consider including your domain name in the group identifier. For example: "com.contoso.appname.tasks". Or use the string form of a GUID.

-see-also

-examples