MapperExtensionKernelAuditExport Method |
Fired when an application wants to log a custom audit message to the audit export table.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void AuditExport(
IMapper sender,
EAPAuditExportEventArgs e
)
Public Overridable Sub AuditExport (
sender As IMapper,
e As EAPAuditExportEventArgs
)
Parameters
- sender
- Type: NetQuarry.DataIMapper
The event's sender. - e
- Type: NetQuarryEAPAuditExportEventArgs
Data and information to be used to log in the audit export table.
See Also