G
Guest
Hi, friends,
Here is a question about Windows service concept in C#.net 2005.
Suppose my service is doing a transaction, say modifying records/data of a
database. At this point, a user issues a command to stop this service? How
this service will behave? It will stop right away without rollback, or it
will finish this transaction then stop?
Any ideas, reference papers? Thanks.
Here is a question about Windows service concept in C#.net 2005.
Suppose my service is doing a transaction, say modifying records/data of a
database. At this point, a user issues a command to stop this service? How
this service will behave? It will stop right away without rollback, or it
will finish this transaction then stop?
Any ideas, reference papers? Thanks.