Click or drag to resize
GoogleMapSettingsMinimumRefreshSeconds Property
Gets or sets the smallest refresh period that the browser will allow the user to set.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int MinimumRefreshSeconds { get; set; }

Property Value

Type: Int32
Remarks
This setting is difficult to police in the server so it should just be taken as a hint to well-behaved code rather than a guarantee that the server will reject the second and subsequent request under this threshold.
See Also