Table of Contents

Class IndexBuildTaskContext.BuildIndexTaskItem

Namespace: Casewhere.Common
Assembly: Casewhere.Common.dll

public class IndexBuildTaskContext.BuildIndexTaskItem

Inheritance

objectIndexBuildTaskContext.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

CancellationTokenSource

TaskKey

public string TaskKey { get; }

Property Value

string

Methods

CancelTask()

public void CancelTask()