C# Класс UnitTests.VelocityDB

Показать файл Открыть проект

Открытые методы

Метод Описание
ReturnSessionToCache ( ServerClientSession pSession ) : void

Returns a session to the cache.To be sure we have no transactions active we abort in case the caller of this method did not commit or abort

Приватные методы

Метод Описание
CachedSessionTest ( ) : void
GetCachedSession ( ) : ServerClientSession

Gets a cached session.If no session is available in the cache, a new one will be created.

GetDBDIrectory ( ) : string

Описание методов

ReturnSessionToCache() публичный Метод

Returns a session to the cache.To be sure we have no transactions active we abort in case the caller of this method did not commit or abort
public ReturnSessionToCache ( ServerClientSession pSession ) : void
pSession ServerClientSession
Результат void