Class InitializeMessage
The first message in the lifetime of a IMessageBoard. It is produced the by the IMessageBoard when the Start() method is called.
Implements
IDisposable
Inherited Members
Namespace: Agents.Net
Assembly: Agents.Net.dll
Syntax
public class InitializeMessage : Message, IDisposable
Constructors
| Improve this Doc View SourceInitializeMessage()
Initialized a new instance of the class InitializeMessage.
Declaration
public InitializeMessage()
Remarks
This message does not have any predecessor message, therefore None can be given here.
Methods
| Improve this Doc View SourceDataToString()
Overridden data method.
Declaration
protected override string DataToString()
Returns
Type | Description |
---|---|
String |
Overrides
Implements
IDisposable