VisualSimulatorSaveData Method |
Distributed Algorithm Simulator
Saves the result of the execution to a file.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void SaveData(
ref string outputString
)
Parameters
- outputString
- Type: SystemString
Result of the execution in string format.
See Also