<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ProcessPool2

sealed class ProcessPool2
Represents a class object to manage 1 or more IRunnable objects. This class cannot be inherited.
public ProcessPool2()

Initializes a new instance of the ProcessPool2 class.

public void Abort(Guid processId)

Aborts the process that contains the specified process identifier.

public void Remove(Guid processId)

Aborts the process that contains the specified process identifier.

public Guid Start(IRunnable runnable)

Creates a new Thread with an STA configuration for the runnable object and returns the unique identifier.