Distributed Algorithm Simulator
MESSAGE super class. Used in the SimulatorMain.
Each algorithm will derive from this to define its own message.
Inheritance Hierarchy
Namespace: WrapperClassesAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public abstract class Message
See Also