<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.3" />

TryAgain

public sealed class TryAgain : Attribute
Defines a Try Again tag for statistics event handlers.
public bool TryAgain { get; }

Returns if the the event handler should run again if previously errored.

public TryAgain(bool tryAgain)

Initializes a new instance of the Try Again class.