Connection opened audit event.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
Object connectionOpened( DOFConnectionState connState )
Parameters
- connState
- Type: org.opendof.core.oalDOFConnectionState
The state of the connection.
Return Value
Type: ObjectA ticket that is used to identify subsequent audit requests for the connection. If null is returned, then auditing is not required for the connection and no subsequent calls will be made to methods of this class for this connection.
Exceptions
Exception | Condition |
---|---|
Exception | Unable to access the log. |
Remarks
See Also