Visual Studio delay between multiple startup projects?

前端 未结 9 1305
暖寄归人
暖寄归人 2021-02-06 23:31

how to add some delay between startup projects in solution?

\"enter

I want Client

9条回答
  •  离开以前
    2021-02-07 00:02

    Just add a procedure to check whether the socket is open or not. If the socket is open continue executing your code and try checking again if the socket is not open. This way even if you start the windows service later there will be no problem.

提交回复
热议问题