VisualSimulatorSetCouners Method |
Distributed Algorithm Simulator
Sets the values of TotalSteps, RoundNumer, and Steps in the Round counters.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void SetCouners(
string roundNum,
string roundSteps,
string totalSteps
)
Parameters
- roundNum
- Type: SystemString
Round number. - roundSteps
- Type: SystemString
Steps in the round. - totalSteps
- Type: SystemString
Total steps.
See Also