Background process as delegate

G

Guest

I have a winform that will start directly from the scheduler. The program
will perform a batch process and put status messages on a winform.
I start up the back ground process as a delegate directly in my winform
constructor after InitializeComponent();.
Is this a good idea or is there a better way?
 
S

Stoitcho Goutsev \(100\) [C# MVP]

Arne,

Without some background knoledge of the logic of your program I can't tell
for sure whether this is the right place or not. From technical point of
view I don't see any problem. As long as you start the code in a worker
thread I don't see any prblem to start it there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top