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

ProcessEventArgs

public sealed class ProcessEventArgs : EventArgs
Represents the process event argument data. This class cannot be inherited.
public ProcessEventType EventType { get; }

Gets the process event type.

public string Message { get; }

Gets the event message.

public string RecordInfo { get; }

Gets the record information associated with this event.

public DateTime Timestamp { get; }

Gets the event timestamp.

public ProcessEventArgs(ProcessEventType eventType, string recordInfo, string message)

Initializes a new instance of the ProcessEventArgs class.