DistributedAlgorithmSimulatorLaunchSimulation Method |
Distributed Algorithm Simulator
Launches either a Visual Simulation or a Textual Simulation of an algorithm of user's choice.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void LaunchSimulation(
string algorithm,
bool isVisual
)
Parameters
- algorithm
- Type: SystemString
Algorithm type. - isVisual
- Type: SystemBoolean
Simulation type.
See Also