Message
Pipe Message.
Namespace: Pipes.MessagesAssembly: Pipes in (Pipes.dll)
Syntax
C#
public class Message: IPipeMessage
Remarks
Messages travelling through a Pipeline can be filtered, and queued. In a queue, they may be sorted by priority. Based on type, they may used as control messages to modify the behavior of filter or queue fittings connected to the pipleline into which they are written.
Constructors
Constructor
Properties
Get or Set the body of this message
Get or Set the header of this message
Get or Set the priority of this message
Get or Set the type of this message
Fields
Normal Message type.
High priority Messages can be sorted to the front of the queue
Low priority Messages can be sorted to the back of the queue
Medium priority Messages are the default