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.
我有 2 个 Windows 服务,
Service1 连接到远程系统,Service2 在启动时使用 Service1 与远程系统通信。
我想知道哪个服务首先启动以及如何防止(或确保)服务 2 在服务 1 之后启动
谢谢