MessageQueue Properties |
The MessageQueue type exposes the following members.
Name | Description | |
---|---|---|
MaximumQueueLength |
Gets or sets the maximum number of items that is allowed in the queue.
If a thread attempts to add an item to a full queue, it will block until room is available in the queue.
|