Action to take when the number of messages will exceed MaxCount.
Source position: simpleipc.pp line 92
public property TIPCServerMsgQueue.MaxAction : TIPCMessageOverflowAction |
MaxAction determines what will happen if the current Count equals MaxCount and a new message is put in the queue using Push:
|
Number of messages in the queue. |
|
|
Maximum number of messages in the queue, 0 for unlimited. |
|
|
Add a new message to the queue. |
|
|
Action to take when the message queue is going to overflow. |