SearchServiceApplication.ReRunPostRestore Method
Performs the restore operation again after an unsuccessful restore operation of the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub ReRunPostRestore
'Usage
Dim instance As SearchServiceApplication
instance.ReRunPostRestore()
public void ReRunPostRestore()
Remarks
This method is called to perform the restore operation again if the restore operation is not successful.
See Also
Reference
SearchServiceApplication Class