[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Maximum number of messages in the queue, 0 for unlimited
Source position: simpleipc.pp line 224
published property TSimpleIPCServer.MaxQueue : Integer |
MaxQueue is the maximum number of messages in the queue. When this amount is zero, the amount of messages is unlimited.
When a new message is pushed, and the Count is equal to MaxQueue, the MaxAction property is examined to know what to do.
|
Action to take when the number of messages will exceed MaxQueue. |