Click or drag to resize
ILogDatabase Methods

The ILogDatabase type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndTransaction
Ends a transaction. Ending a nested transaction has no effect.
(Inherited from ITransactionable.)
Public methodEstablishSession
Creates a new session record for the IP address passed across.
Public methodFetchAll
Fetches the entire log.
Public methodFetchSessions
Fetches all sessions that start and end within the date range passed across.
Public methodRollbackTransaction
Rolls back a transaction. Rolling back a nested transaction rolls back all transactions.
(Inherited from ITransactionable.)
Public methodStartTransaction
Begins a new transaction. Nesting transactions is allowed.
(Inherited from ITransactionable.)
Public methodUpdateClient
Writes the client back to the database.
Public methodUpdateSession
Writes the session record passed across back to the database.
Top
See Also