Click or drag to resize

YCompClient Constructor

Creates a new YCompClient instance and connects to the local YComp server. If it is not available an Exception is thrown.

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public YCompClient(
	int connectionTimeout,
	int port
)

Parameters

connectionTimeout
Type: SystemInt32
port
Type: SystemInt32
See Also