Reflection .NET API
Attachmate.Reflection.UserControl.OpenSystemsGraphics Assembly / Attachmate.Reflection.UserControl.OpenSystemsGraphics Namespace / OpenSystemsGraphicsTerminalControl Class / TerminalTimeout Property


In This Topic
TerminalTimeout Property (OpenSystemsGraphicsTerminalControl)
In This Topic
Gets or sets the time out value (in milliseconds). This is the time to wait for a session to be ready after having called InitInstance.
Syntax
'Declaration
 
<CategoryAttribute("Terminal")>
<DescriptionAttribute("Time out value, in milliseconds, waiting for session to be ready after having called InitInstance.")>
<DefaultValueAttribute(15000)>
Public Property TerminalTimeout As Integer
 
'Usage
 
Dim instance As OpenSystemsGraphicsTerminalControl
Dim value As Integer
 
instance.TerminalTimeout = value
 
value = instance.TerminalTimeout

Property Value

The value is in milliseconds. The default value is 15000 (15 seconds).
See Also