DOFAuditListenerconnectionUpdate Method OpenDOF Object Access Library
Connection update audit event.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
void connectionUpdate(
	Object ticket,
	DOFConnectionState connState
)

Parameters

ticket
Type: SystemObject
The ticket returned with the original connectionOpened request. This will never be null.
connState
Type: org.opendof.core.oalDOFConnectionState
The state of the connection.
Exceptions

ExceptionCondition
ExceptionUnable to access the log.
Remarks

Connection update audit event. This is a report of bandwidth usage defined as the number of bytes transferred since the connection was established. The listener will receive regular updates through this method. The update frequency is governed by the return value of getAuditPeriod() .
See Also

Reference