IAuditService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the interface for implementing saving audit data to a repository.
public interface class IAuditService
public interface IAuditService
type IAuditService = interface
Public Interface IAuditService
- Derived
Methods
SaveAudit(IEnumerable<LogData>) |
Saves the audit data to the repository as implemented by the inherited class. |