Click or drag to resize
DistributedAlgorithmSimulatorbtnRun_Click Method
Distributed Algorithm Simulator
Executes the simulation depending on user preference of Visual or Textual simulation. If the number of nodes is greater than 18, prompts the user to launch a Textual Simulation.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void btnRun_Click(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
[RUN SIMULATION] button.
e
Type: SystemEventArgs
Event data.
See Also