Reflection
Timeout Property (IConnectionSettingsRLogin)


Specifies the time (in milliseconds) during which Reflection attempts to make a connection before timing out.
Syntax
'Declaration
 
Property Timeout As Integer
'Usage
 
Dim instance As IConnectionSettingsRLogin
Dim value As Integer
 
instance.Timeout = value
 
value = instance.Timeout
int Timeout {get; set;}

Property Value

The default value is 0. The range of values is 0 - 65535. This value cannot be changed if the connection is open.
Remarks
When this setting is 0 (the default), Reflection timeout behavior is determined by your Windows operating system. The timeout period begins after the host name is resolved.
See Also