ScopesManager.Update Method
When overridden in a derived class, updates the Search Scope compilation schedule information.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public MustOverride Sub Update
'Usage
Dim instance As ScopesManager
instance.Update()
public abstract void Update()
Remarks
This method should be implemented in the derived classes.