T4 timeout in milliseconds. Default value is 45 milliseconds. This property is a persistent property.
Syntax
Return Value
Example
|
m_secs.SetT4(45000); // 45 seconds
|
Remarks
If this timeout occur, ActiveX control discard message block in queue (garbage collection). The value of T2 and T4 timeouts should be set under following guide line.
T4 > T2 * ( Retry + 1 )
See Also
|