InfoConnect for Airlines
ScreenSettleTime Property (IIbmScreen)


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
int ScreenSettleTime {get; set;}
Remarks
This value is used in triggering the NewScreenReady event. The value is not persisted.
See Also