Click or drag to resize

IndexBuildTaskContextBuildIndexTaskItem Constructor

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
Type: SystemString

[Missing <param name="taskKey"/> documentation for "M:Casewhere.Common.IndexBuildTaskContext.BuildIndexTaskItem.#ctor(System.String,System.Threading.CancellationTokenSource)"]

cancellationTokenSource
Type: System.ThreadingCancellationTokenSource

[Missing <param name="cancellationTokenSource"/> documentation for "M:Casewhere.Common.IndexBuildTaskContext.BuildIndexTaskItem.#ctor(System.String,System.Threading.CancellationTokenSource)"]

See Also