Search Results for

    Show / Hide Table of Contents

    Class InitializeMessage

    The first message in the lifetime of a IMessageBoard. It is produced the by the IMessageBoard when the Start() method is called.

    Inheritance
    Object
    Message
    InitializeMessage
    Implements
    IDisposable
    Inherited Members
    Message.Id
    Message.ReplaceWith(Message)
    Message.SetChild(Message)
    Message.Is<T>()
    Message.Get<T>()
    Message.TryGet<T>(T)
    Message.MessageDomain
    Message.ToString()
    Message.Equals(Message)
    Message.Equals(Object)
    Message.GetHashCode()
    Message.DelayDispose()
    Message.Dispose(Boolean)
    Message.Dispose()
    Message.ToMessageLog()
    Namespace: Agents.Net
    Assembly: Agents.Net.dll
    Syntax
    public class InitializeMessage : Message, IDisposable

    Constructors

    | Improve this Doc View Source

    InitializeMessage()

    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 Source

    DataToString()

    Overridden data method.

    Declaration
    protected override string DataToString()
    Returns
    Type Description
    String

    Overrides
    Message.DataToString()

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright Tobias Wilker and contributors