MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
231 stars 500 forks source link

Add BackgroundTaskBuilder::Register(String) overload docs #2482

Closed aruproy14 closed 3 days ago

aruproy14 commented 6 days ago

Add BackgroundTaskBuilder::Register(String) overload docs

This PR explains the addition of the Register(String) overload, and what the client API does. This adds a basic example and some remarks about concurrency.

Jak-MS commented 6 days ago

hi @aruproy14 - the PR review team no longer reviews/approves PRs in this repo. That said, maybe @alvinashcraft or @jwmsft can take a look. Thanks!

alvinashcraft commented 3 days ago

Hi @aruproy14. Our WinRT API docs files are generated by our engineering systems based on the contents of the SDK. When there's an overload, each signature will generate a new .md file. If the signature you're expecting isn't appearing yet, then it's not yet available in the Windows SDK version that our build systems are targeting. Any changes like this will either be ignored during the build/publish process or cause build errors. I'll look into it this week.

alvinashcraft commented 3 days ago

@aruproy14 I found the markdown file for that API and several others in the same namespace in our latest API stubs drop. I'll create a PR in our internal winrt-api repo in Azure DevOps and add you as a reviewer. There are several new files, so I'll have it ready either today or tomorrow. Thanks for bringing this to my attention!

I'm closing this PR but will use your changes in my internal PR for the Register(string) method.

Thanks, @Jak-MS, for looping me in.