UniqueKUtilityErrorChecks Method |
Distributed Algorithm Simulator
Checks for errors.
Namespace: DistributedAlgorithmsAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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:
Booleantrue, if no errors,
false otherwise.
See Also