DOFAuditListenergetAuditPeriod Method OpenDOF Object Access Library
Returns the time period between audit updates in milliseconds.

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

C#
int getAuditPeriod()

Return Value

Type: Int32
The time period between audit reports in milliseconds. Zero means that connectionUpdate(object, State) will not be called. However, the other methods will be called.
Remarks

Returns the time period between audit updates in milliseconds. The audit period controls how often connectionUpdate(object, State) is called. In order to prevent too frequent updates and consequential starvation of other parts of the system, a minimum may be imposed by the caller. This method is not called only once. It is repeatedly called in order to calculate timing until the connection is closed or if connectionOpened(State) returns null.
See Also

Reference