Click or drag to resize

IndexBuildTaskContextStartNewTask Method

[Missing <summary> documentation for "M:Casewhere.Common.IndexBuildTaskContext.StartNewTask(System.String,System.Action{System.Threading.CancellationToken})"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void StartNewTask(
	string context,
	Action<CancellationToken> indexBuildAction
)

Parameters

context
Type: SystemString

[Missing <param name="context"/> documentation for "M:Casewhere.Common.IndexBuildTaskContext.StartNewTask(System.String,System.Action{System.Threading.CancellationToken})"]

indexBuildAction
Type: SystemActionCancellationToken

[Missing <param name="indexBuildAction"/> documentation for "M:Casewhere.Common.IndexBuildTaskContext.StartNewTask(System.String,System.Action{System.Threading.CancellationToken})"]

See Also