QueueControlMessage
Queue Control Message.
Inheritance
Namespace: Pipes.MessagesAssembly: Pipes in (Pipes.dll)
Syntax
C#
public class QueueControlMessage : Message
Remarks
A special message for controlling the behavior of a Queue.
When written to a pipeline containing a Queue, the type of the message is interpreted and acted upon by the Queue.
Unlike filters, multiple serially connected queues aren't very useful and so they do not require a name. If multiple queues are connected serially, the message will be acted upon by the first queue only
Constructors
Constructor
Fields
Toggle to FIFO operation mode (default behavior).
Flush the queue.
Toggle to sort-by-priority operation mode.