DOFConnectionConfigBuilderSecurableTsetAuditorListener Method OpenDOF Object Access Library
Set this connection's audit listener.

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

C#
public virtual T setAuditorListener(
	DOFAuditListener auditListener
)

Parameters

auditListener
Type: org.opendof.core.oalDOFAuditListener
The connection's audit listener.
null
means none (default).

Return Value

Type: T
The builder.
Remarks

Set this connection's audit listener.
See Also

Reference