Template10
Template10 copied to clipboard
Discussion: How to handle Background Tasks.
Right now we do both. If you invoke a background task Application's EnteringBackground
event is raised and OnStart
is called. Is that confusing? Is that okay? Not sure. Would like your opinions.
To me the OnStart
part is confusing, shouldn't EnteringBackground
be the only event to call, to have these kinds of events in one entry point only.
A silly question: For what else is OnStart
being used, the name can imply many things that start and that becomes confusing.