Icon TEDBServerSessionEventType

Header File: edbcomps

enum TEDBServerSessionEventType { seOpen, seConnect, seLogin,
      seLogout, seDisconnect, seClose }

This type is used as a parameter to the TEDBEngine OnServerSessionEvent event.

ElementDescription
seCloseIndicates that the session is being closed.
seConnectIndicates that the session is being connected.
seDisconnectIndicates that the session is being disconnected.
seLoginIndicates that the session is logging in.
seLogoutIndicates that the session is logging out.
seOpenIndicates that the session is begin opened.
Image