ScopesManager.Refresh Method
When overridden in derived classes, reloads the volatile Search scope compilation information by using information from the Search administration database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overridable Sub Refresh
'Usage
Me.Refresh()
protected virtual void Refresh()
Remarks
This method should be implemented in the derived classes.