IImportNotifier Interface

Relativity Import APIs
Describes events that the import process can raise.

Namespace:  kCura.Relativity.DataReaderClient
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public interface IImportNotifier

The IImportNotifier type exposes the following members.

Events

  NameDescription
Public eventOnComplete
Occurs when all the data for an import job has been processed. Raised at the end of an import.
Public eventOnFatalException
Occurs when an import job suffers a fatal exception and aborts. Raised at the end of an import.
Public eventOnProcessProgress
Occurs when a status message needs to be presented to the user related to the Process.
Public eventOnProgress
Occurs when a record has been processed.
Top
See Also

Reference