Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 wpf 应用程序,我必须在代码端运行“分布式事务协调器”服务。如何在代码端运行此服务?(我正在使用 C#)
谢谢,约翰
您可以为此使用 ServiceController 类。但是,这要求您的用户具有管理员权限(或至少具有在其计算机上启动/停止服务的权限)。
示例:http ://www.csharp-examples.net/restart-windows-service/