IAuditRevertService Interface

Relativity.Audit.Services.Interface
Service for reverting Audits.

Namespace:  Relativity.Audit.Services.Interface.Revert
Assembly:  Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax

public interface IAuditRevertService : IDisposable

The IAuditRevertService type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodMassRevertAuditAsync
Mass Revert given Audits.
Public methodRevertAuditAsync
Revert the given Audit.
Public methodValidateRevertAuditAsync
Validate if the given Audit can be reverted or not.
Top
See Also

Reference