문제

I have two server where orchestration can run.I need to know the server name where my orchestration instance has run .How to get this information.

도움이 되었습니까?

해결책

Well...why? If you have the Orchestration's Host mapped to more then on server, there is no reliable or supported way to influence that.

However, you can use any standard .Net technique to get the local computer name. For example:

System.Environment.MachineName

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top