UpdatableCollection<Key, T>.Refresh Method
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