T4 timeout in milliseconds. Default value is 45 milliseconds. This property is a persistent property.
構文
戻り値
使用例
|
m_secs.SetT4(45000); // 45 seconds
|
特記事項
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 )
参照
|