Click or drag to resize
Message Class
Distributed Algorithm Simulator
MESSAGE super class. Used in the SimulatorMain. Each algorithm will derive from this to define its own message.
Inheritance Hierarchy

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public abstract class Message
See Also