 | YCompServerProxy Constructor |
Starts yComp (acting as a local server) at the given port (throws an exception if it fails so).
The preferred way to obtain a port is GetFreeTCPPort().
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic YCompServerProxy(
int ycompPort
)
Parameters
- ycompPort Int32
- The port to start yComp at
See Also