Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Audit.IAudit.AddAsync Method

Add an audit record to the audit log.

Class: YetaWF.Core.Audit.IAudit
Namespace: YetaWF.Core.Audit
Assembly: YetaWF.Core

Syntax

public Task AddAsync( AuditInfo info );

Parameters

info

Defines the information to be added to the audit log.

See Also YetaWF.Core.Audit.IAudit ClassYetaWF.Core Overview