Click or drag to resize
UtilityGetVariables Method
Distributed Algorithm Simulator
Gets a list of variables that the algorithm uses.

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract List<NodeStateItem> GetVariables()

Return Value

Type: ListNodeStateItem
A lit of variables used in the algorithm.
See Also