Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 975 Bytes

backgroundtaskregistrationgroup_backgroundtaskregistrationgroup_1571897524.md

File metadata and controls

36 lines (20 loc) · 975 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Background.BackgroundTaskRegistrationGroup.#ctor(System.String,System.String)
winrt method

Windows.ApplicationModel.Background.BackgroundTaskRegistrationGroup.BackgroundTaskRegistrationGroup

-description

Creates a BackgroundTaskRegistrationGroup with the specified group ID and

-parameters

-param id

The group ID.

-param name

The friendly name for this group.

-remarks

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

The friendly name can be useful for debugging purposes if your group IDs are difficult to distinguish.

-see-also

-examples