Class IndexBuildTaskContext.BuildIndexTaskItem
Namespace: Casewhere.Common
Assembly: Casewhere.Common.dll
public class IndexBuildTaskContext.BuildIndexTaskItem
Inheritance
object ← IndexBuildTaskContext.BuildIndexTaskItem
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IndexBuildTaskContext.BuildIndexTaskItem>(IndexBuildTaskContext.BuildIndexTaskItem)
Constructors
BuildIndexTaskItem(string, CancellationTokenSource)
public BuildIndexTaskItem(string taskKey, CancellationTokenSource cancellationTokenSource)
Parameters
taskKey
string
cancellationTokenSource
CancellationTokenSource
Properties
CancellationTokenSource
public CancellationTokenSource CancellationTokenSource { get; }
Property Value
TaskKey
public string TaskKey { get; }
Property Value
Methods
CancelTask()
public void CancelTask()