Click or drag to resize
UniqueKMsg Class
Distributed Algorithm Simulator
Message prototype for messages used in UniqueK algorithm.
Inheritance Hierarchy

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class UniqueKMsg : Message

The UniqueKMsg type exposes the following members.

Constructors
  NameDescription
Public methodUniqueKMsg
Initializes message values.
Top
Properties
  NameDescription
Public propertyC
Counter.
Public propertyX
IDs of the originating node.
Top
See Also