Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / ScreenSettleTime Property


In This Topic
ScreenSettleTime Property (IIbmScreen)
In This Topic
Gets or sets time duration during which there should be no host data changes.
Syntax
'Declaration
 
Property ScreenSettleTime As Integer
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Integer
 
instance.ScreenSettleTime = value
 
value = instance.ScreenSettleTime
Remarks
This value is used in triggering the NewScreenReady event. The value is not persisted.
See Also