Click or drag to resize
LCRMsg Constructor
Distributed Algorithm Simulator
Initializes message values.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LCRMsg(
	int u,
	bool s
)

Parameters

u
Type: SystemInt32
Unique ID
s
Type: SystemBoolean
Special message or not
See Also