Method PrintServer.GetMessage
Overload
Gets next message and removes from the queue.
public bool GetMessage(out PrintServerMessage m)
Parameters
Returns
bool
|
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.