Click or drag to resize
UniqueKUtilityErrorChecks Method
Distributed Algorithm Simulator
Checks for errors.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool ErrorChecks(
	int n,
	List<int> uidList,
	ref string errMsg
)

Parameters

n
Type: SystemInt32
Number of nodes in the ring.
uidList
Type: System.Collections.GenericListInt32
List of ID representing the nodes in the ring.
errMsg
Type: SystemString
Error message, if any. "SUCCESS" if successful.

Return Value

Type: Boolean
true, if no errors, false otherwise.
See Also