Click or drag to resize

MessageQueue Properties

The MessageQueue type exposes the following members.

Properties
  NameDescription
Public propertyMaximumQueueLength
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.
Top
See Also