Click or drag to resize
DistributedAlgorithmSimulatorLaunchSimulation Method
Distributed Algorithm Simulator
Launches either a Visual Simulation or a Textual Simulation of an algorithm of user's choice.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void LaunchSimulation(
	string algorithm,
	bool isVisual
)

Parameters

algorithm
Type: SystemString
Algorithm type.
isVisual
Type: SystemBoolean
Simulation type.
See Also