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.
Refreshes the values of the collection with data from the data source.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride Sub Refresh
'Usage
Me.Refresh()
protected abstract void Refresh()
Remarks
When overridden in a derived class, this method updates the values of the collection with data from the data source.
See Also
Reference
UpdatableCollection<Key, T> Class