UpdatableCollection<Key, T>.refreshInterval Field
Represents the maximum interval value, in seconds, before the data in the collection is considered stale. The default value is 5 seconds.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected refreshInterval As TimeSpan
'Usage
Dim value As TimeSpan
value = Me.refreshInterval
Me.refreshInterval = value
protected TimeSpan refreshInterval
See Also
Reference
UpdatableCollection<Key, T> Class