NXOpen VB.Net Remoting
NXOpen VB.Net Remoting
(OP)
Hi folks,
I am in need of executing automation codes on a open NX session. I am planning to use "Remote Execution" using .Net Remoting.
The Sample code in GTAC shows :
Dim theSession As Session = DirectCast(Activator.GetObject(GetType(Session), "http://localhost:4567/NXOpenSession"), Session)
Can anyone kindly point me what is PORT:4567 in the localhost? Is it going to be same for all machine sessions or varies machine to machine?
Thanks,
Basenxuser
I am in need of executing automation codes on a open NX session. I am planning to use "Remote Execution" using .Net Remoting.
The Sample code in GTAC shows :
Dim theSession As Session = DirectCast(Activator.GetObject(GetType(Session), "http://localhost:4567/NXOpenSession"), Session)
Can anyone kindly point me what is PORT:4567 in the localhost? Is it going to be same for all machine sessions or varies machine to machine?
Thanks,
Basenxuser




