Search Results for

    Show / Hide Table of Contents

    Class MessagesAggregated<T>

    This is the message that will be send automatically by the SendAndAggregate(IReadOnlyCollection<TStart>, Action<Message>) method.

    Inheritance
    Object
    Message
    MessagesAggregated<T>
    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 MessagesAggregated<T> : Message, IDisposable where T : Message
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Result

    The result of the aggregation.

    Declaration
    public MessageAggregationResult<T> Result { get; }
    Property Value
    Type Description
    MessageAggregationResult<T>

    Methods

    | Improve this Doc View Source

    DataToString()

    The method which should be overriden to provide a string representation of the carried data.

    Declaration
    protected override string DataToString()
    Returns
    Type Description
    String

    The string representation.

    Overrides
    Message.DataToString()
    Remarks

    If used, it should provide a short string as it is logged multiple times. To much data would slow down the application.

    Implements

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