Click or drag to resize
VisualSimulatorSetCouners Method
Distributed Algorithm Simulator
Sets the values of TotalSteps, RoundNumer, and Steps in the Round counters.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private 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