Click or drag to resize
VisualSimulatorTimerCallback Method
Distributed Algorithm Simulator
Performs one step of the execution of the algorith. Called from the Timer, at each time tick.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void TimerCallback(
	Object o
)

Parameters

o
Type: SystemObject
Parameters. None here.
See Also