Click or drag to resize

IndexServiceGetActiveBuildTasks Method

Gets list of active build tasks

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IEnumerable<TaskInfo> GetActiveBuildTasks(
	IIndex index
)

Parameters

index
Type: Dynamicweb.IndexingIIndex
Index

Return Value

Type: IEnumerableTaskInfo
Enumeration of TaskInfo

Implements

IIndexServiceGetActiveBuildTasks(IIndex)
See Also