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

Relativity.DataExchange.Process.ProcessEventArgs

public sealed class ProcessEventArgs : EventArgs
Represents the process event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process { public sealed class ProcessEventArgs : EventArgs { public ProcessEventType EventType { get; } public string Message { get; } public string RecordInfo { get; } public DateTime Timestamp { get; } public ProcessEventArgs(ProcessEventType eventType, string recordInfo, string message); } }