MessageQueueMaximumQueueLength Property |
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.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int MaximumQueueLength { get; set; }
Public Property MaximumQueueLength As Integer
Get
Set
public:
property int MaximumQueueLength {
int get ();
void set (int value);
}
member MaximumQueueLength : int with get, set
Property Value
Type:
Int32See Also