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

IServiceNotification

Represents an abstract object to provide notification updates when performing service-related operations.
void NotifyError(string message)

Provides an error notification message during a service-related operation.

void NotifyStatus(string message)

Provides a status notification message during service-related operation.

void NotifyWarning(string message)

Provides a warning notification message during service-related operation.