Connection closed audit event.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void connectionClosed( 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
Exception | Condition |
---|---|
Exception | Unable to access the log. |
Remarks
See Also