Click or drag to resize

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.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public YCompServerProxy(
	int ycompPort
)

Parameters

ycompPort
Type: SystemInt32
The port to start yComp at
See Also