Relativity.Transfer.TransferEngineJob
namespace Relativity.Transfer
{
public class TransferEngineJob : TransferJobBase
{
public TransferEngineJob(ITransferLog log, ITransferRequest request, ITransferJobService service, ClientConfiguration configuration, IRelativityServiceFactory serviceFactory, ITransferPathCommand command);
public TransferEngineJob(ITransferLog log, ITransferRequest request, ITransferJobService service, ClientConfiguration configuration, IRelativityServiceFactory serviceFactory, ITransferPathCommand command, IRemotePathResolver remoteSourcePathResolver, IRemotePathResolver remoteTargetPathResolver);
}
}