Click or drag to resize

IndexBuildTaskExecutorRunIndexBuildTask Method

[Missing <summary> documentation for "M:Casewhere.Common.IndexBuildTaskExecutor.RunIndexBuildTask(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 RunIndexBuildTask(
	string context,
	Action<CancellationToken> indexBuildAction
)

Parameters

context  String
 
indexBuildAction  ActionCancellationToken
 
See Also