SearchTaskInfoProviderProcessTasks Method (Boolean, Boolean) |
Processes tasks (starts indexer).
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static void ProcessTasks(
bool createWebFarmTask,
bool workerRole
)
Parameters
- createWebFarmTask
- Type: SystemBoolean
Indicates whether web farm task should be created - workerRole
- Type: SystemBoolean
Indicates whether process tasks are run by Azure worker role
See Also