You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ronimizy edited this page Jan 27, 2024
·
2 revisions
Use IBackgroundTaskRunner type and it's StartBackgroundTask builder property to run your background task.
You have to specify metadata, execution metadata and handler of type IBackgroundTask<,,,> configured
with specified metadata and execution metadata types.