InternetClientSettingsTimeoutMinutes Property |
Gets or sets the number of minutes of inactivity before the client times out and stops asking for the aircraft list.
If this is zero then the timeout is disabled.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int TimeoutMinutes { get; set; }
Public Property TimeoutMinutes As Integer
Get
Set
public:
property int TimeoutMinutes {
int get ();
void set (int value);
}
member TimeoutMinutes : int with get, set
Property Value
Type:
Int32See Also