Click or drag to resize
LCRUtilityGetVariables Method
Distributed Algorithm Simulator
Returns a list of variables used in the algorithm.

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

Return Value

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