How to create background service in WindowsAppSdk ? #4162
Unanswered
AmolGuldagad
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have two questions.
This does raise the question, how much of the Windows App SDK works properly when used in a Windows service application. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to create background service in WindowsAppSdk ?
We want to create background service in WindowsAppSdk which will be running all the time with or without running main application.
Need combination of main application(has UI) & background service.
Even though main application is not running, we want background service to run always and perform some actions as require.
On windows startup also - want to start background service
Beta Was this translation helpful? Give feedback.
All reactions