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

IImportNotifier

public interface IImportNotifier
Describes events that the import process can raise.
public sealed delegate OnCompleteEventHandler : MulticastDelegate

public sealed delegate OnProgressEventHandler : MulticastDelegate

Occurs when all the data for an import job has been processed. Raised at the end of an import.

Occurs when an import job suffers a fatal exception and aborts. Raised at the end of an import.

Occurs when a status message needs to be presented to the user related to the Process.

Occurs when a record has been processed.