Programming with Reflection
HostCommTimeout property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how many seconds Reflection should wait for a host connection response. If there is no response from the host in the allotted time, an error results. For example, the following statement causes Reflection to display an error message if there is no host response within 30 seconds:
Session.HostCommTimeout = 30
The default is 60.
The range of values is 1-9999 seconds.