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

Relativity.DataExchange.Process.ProcessPool2

sealed class ProcessPool2
Represents a class object to manage 1 or more IRunnable objects. This class cannot be inherited.
namespace Relativity.DataExchange.Process { internal sealed class ProcessPool2 { public ProcessPool2(); public void Abort(Guid processId); public void Remove(Guid processId); public Guid Start(IRunnable runnable); } }