Click or drag to resize
QueueParamsEventMax Property
Returns the maximum number of people waiting in the queue or 0 for unlimited.
This corresponds to the maxlen setting in queues.conf.
Sets the maximum number of people waiting in the queue.

Namespace: AsterNET.Manager.Event
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Max { get; set; }

Property Value

Type: Int32
See Also