Icon TTraceEventType

Header File: dbisamtb

enum TTraceEventType { teConnect, teReconnect, teDisconnect,
      teRequest, teReply }

This type is used as a parameter to the TDBISAMSession OnRemoteTimeout event to determine the type of event represented by the trace message.

ElementDescription
teConnectIndicates that a session is connecting to the database server.
teDisconnectIndicates that a session is disconnecting from the database server.
teReconnectIndicates that a session is re-connecting to the database server.
teReplyIndicates that a reply has been received from the database server.
teRequestIndicates that a request is being made to the database server.
Image