Class AggregateMessage
An aggregate message.
Inheritance
System.Object
AggregateMessage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Messaging.Messages
Assembly: Kephas.Messaging.dll
Syntax
public class AggregateMessage : IMessage
Properties
| Improve this Doc View SourceMessages
Gets or sets the messages.
Declaration
public IEnumerable<IMessage> Messages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IMessage> | The messages. |