Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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