Click or drag to resize
SearchTaskInfoProviderProcessTasks Method (Boolean, Boolean)
Processes tasks (starts indexer).

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
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