property TimeOut : DWORD
Default: 120000 (2 minutes)
Determines how long a data packet waits for completion of a data stream.
If TimeOut is non-zero, it determines how long (in milliseconds) a data packet is allowed to wait for completion after it has started collecting data. After TimeOut milliseconds, the data packet gives up ownership of the data stream. If TimeOut is zero, the data packet holds ownership of the data stream until the EndString is received.
Caution: The TimeOut does not start until the start condition has been met.
See "Data ownership" in the printed documentation for more information.