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  String
 
indexBuildAction  ActionCancellationToken
 
See Also