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
The IImportNotifier type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | OnComplete |
Occurs when all the data for an import job has been processed. Raised at the end of an import.
|
![]() | OnFatalException |
Occurs when an import job suffers a fatal exception and aborts. Raised at the end of an import.
|
![]() | OnProcessProgress |
Occurs when a status message needs to be presented to the user related to the Process.
|
![]() | OnProgress |
Occurs when a record has been processed.
|
See Also