Show / Hide Table of Contents

Method PrintServer.GetMessage


Overload

Gets next message and removes from the queue.

public bool GetMessage(out PrintServerMessage m)
Parameters
m  (PrintServerMessage)
Returns
bool

false if there are no messages.

Remarks

Messages are added to an internal queue when clients call print.it etc. They contain the text, time, etc. This function gets the oldest message and removes it from the queue.