c# - register NT service in transaction -


i have built nt service deployed on group of servers in our organization. central application, web application, able register, unregister, start , stop services. if possible, reliably, in transaction, if 1 operation fails rolled back, similar how transaction in sql service work. there mechanism manage os resources in transaction? if so, how? building on .net 4.5.1 framework.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -