IndexBuildTaskContextBuildIndexTaskItem Constructor

Initializes a new instance of the IndexBuildTaskContextBuildIndexTaskItem class

Definition

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

Parameters

taskKey  String
 
cancellationTokenSource  CancellationTokenSource
 

See Also