Click or drag to resize

IndexBuildTaskContextBuildIndexTaskItem Constructor

Initializes a new instance of the IndexBuildTaskContextBuildIndexTaskItem class

Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BuildIndexTaskItem(
	string taskKey,
	CancellationTokenSource cancellationTokenSource
)

Parameters

taskKey  String
 
cancellationTokenSource  CancellationTokenSource
 
See Also