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: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void btnRun_Click(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
[RUN SIMULATION] button. - e
- Type: SystemEventArgs
Event data.
See Also