Class AuditingManager.DisposableSaveHandle
Inheritance
object
AuditingManager.DisposableSaveHandle
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
protected class AuditingManager.DisposableSaveHandle : IAuditLogSaveHandle, IDisposable
Constructors
DisposableSaveHandle(AuditingManager, IDisposable, AuditLogInfo, Stopwatch)
Declaration
public DisposableSaveHandle(AuditingManager auditingManager, IDisposable scope, AuditLogInfo auditLog, Stopwatch stopWatch)
Parameters
| Type | Name | Description |
|---|---|---|
| AuditingManager | auditingManager | |
| System.IDisposable | scope | |
| AuditLogInfo | auditLog | |
| System.Diagnostics.Stopwatch | stopWatch |
Properties
AuditLog
Declaration
public AuditLogInfo AuditLog { get; }
Property Value
| Type | Description |
|---|---|
| AuditLogInfo |
StopWatch
Declaration
public Stopwatch StopWatch { get; }
Property Value
| Type | Description |
|---|---|
| System.Diagnostics.Stopwatch |
Methods
Dispose()
Declaration
public void Dispose()
SaveAsync()
Declaration
public Task SaveAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable