Closed aruproy14 closed 3 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!
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.
@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.
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.