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

CancellationRequestEventArgs

public sealed class CancellationRequestEventArgs : EventArgs
Represents the cancellation request event argument data. This class cannot be inherited.
public Guid ProcessId { get; }

Gets the process unique identifier to cancel.

public bool RequestByUser { get; }

Gets a value indicating whether cancellation is requested by the user.

Initializes a new instance of the CancellationRequestEventArgs class. This assumes cancellation is requested by the user.

public CancellationRequestEventArgs(Guid processId, bool requestByUser)

Initializes a new instance of the CancellationRequestEventArgs class.