Hi.. one question...
If I have a Service that has a processs that take 10 minutes (for example).. and I have this line..
StartServiceAt("", DateTime.Now + 60 * 1000, True)
When the Service start again.. will suspend the first process? or i will have running 2 process?
I want to know what the operation is ?.
Is it replaced? or does the service work several times? what is going on?
Thanks.
If I have a Service that has a processs that take 10 minutes (for example).. and I have this line..
StartServiceAt("", DateTime.Now + 60 * 1000, True)
When the Service start again.. will suspend the first process? or i will have running 2 process?
I want to know what the operation is ?.
Is it replaced? or does the service work several times? what is going on?
Thanks.