Auditing interface.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface DOFAuditListener
The DOFAuditListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | connectionClosed | Connection closed audit event. |
![]() | connectionFailed | Connection failed audit event. |
![]() | connectionOpened | Connection opened audit event. |
![]() | connectionUpdate | Connection update audit event. |
![]() | getAuditPeriod | Returns the time period between audit updates in milliseconds. |
Remarks
- Tracking of connections and disconnections as they occur.
- Reporting of bandwidth usage. The update frequency is governed by the "audit period".
See Also