UpdatableCollection<Key, T>.ForceRefresh Method
Resets the last time the collection was accessed to the minimum date value.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub ForceRefresh
'Usage
Dim instance As UpdatableCollection
instance.ForceRefresh()
public void ForceRefresh()
Remarks
This method marks the values of the collection as stale. In most cases, the other methods of the class refresh the contents of the collection before accessing the collection.
See Also
Reference
UpdatableCollection<Key, T> Class