UtilityGetVariables Method |
Distributed Algorithm Simulator
Gets a list of variables that the algorithm uses.
Namespace: WrapperClassesAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic abstract List<NodeStateItem> GetVariables()
Return Value
Type:
ListNodeStateItemA lit of variables used in the algorithm.
See Also