IAuditObjectManagerUIService Interface

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

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

public interface IAuditObjectManagerUIService : IDisposable

The IAuditObjectManagerUIService 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 methodQueryAsync(Int32, QueryRequest, Int32, Int32)
Query Audit with full field information.
Public methodQueryAsync(Int32, QueryRequest, Int32, Int32, AuditQueryOptions)
Query Audit data. Returns Details as an escaped JSON string when requested for raw details using AuditQueryOptions.
Public methodQueryAsync(Int32, QueryRequest, Int32, Int32, CancellationToken, IProgressProgressReport)
Query Audit with full field information.
Public methodQuerySlimAsync(Int32, QueryRequest, Int32, Int32)
Query Audit Data.
Public methodQuerySlimAsync(Int32, QueryRequest, Int32, Int32, IProgressProgressReport)
Query Audit Data.
Public methodQuerySlimAsync(Int32, QueryRequest, Int32, Int32, CancellationToken)
Query Audit Data.
Public methodQuerySlimAsync(Int32, QueryRequest, Int32, Int32, CancellationToken, IProgressProgressReport)
Query Audit Data.
Top
See Also

Reference