Click or drag to resize
VisualSimulatorSaveData Method
Distributed Algorithm Simulator
Saves the result of the execution to a file.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void SaveData(
	ref string outputString
)

Parameters

outputString
Type: SystemString
Result of the execution in string format.
See Also