Operations: How to Start Indexing

StartIndexingOperation is used to resume indexing for entire database.

Syntax

public StartIndexingOperation()

Example

store.Maintenance.Send(new StartIndexingOperation());