This page was last edited on January 15, 2014, at 05:51.
Comments or questions about this documentation? Contact us for support!
Scans T-Server for one or more incoming messages for a time interval specified by the parameter timeout. This function does not affect delivery of pending messages and does not process timers, so it should not be used with connections opened in asynchronous mode or if ADDP protocol is used. (Use TScanServerEx() to process timers.)
Name | Description |
---|---|
server | Local server handle to the T-Server in question. |
timeout | Time interval, in seconds, during which a message from T-Server will be sought. |
>0 — Number of received messages.
0 — The timeout is expired.
-1 — Error condition. Returned to the application if the request has not been processed due to an incorrect function statement.
This function does not generate any messages to T-Server.