Click or drag to resize
UtilityGetStatus Method
Distributed Algorithm Simulator
Returns (as a reference) the state of all the nodes as a NodeState list.

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void GetStatus(
	int n,
	List<Node> nodeList,
	ref List<NodeState> stateList
)

Parameters

n
Type: SystemInt32
Ring size
nodeList
Type: System.Collections.GenericListNode
Node list
stateList
Type: System.Collections.GenericListNodeState
List of node states
See Also