Class DatabaseKeepaliveHelper
An instance of this class will keep a database running, even with connection pooling off. Use for applications that may be running on Travel, when the Win client is not running (and keeping the database alive).
Implements
Inherited Members
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public class DatabaseKeepaliveHelper : IDisposable
Constructors
DatabaseKeepaliveHelper()
An instance of this class will keep a database running, even with connection pooling off. Use for applications that may be running on Travel, when the Win client is not running (and keeping the database alive).
Declaration
public DatabaseKeepaliveHelper()
Methods
Dispose()
An instance of this class will keep a database running, even with connection pooling off. Use for applications that may be running on Travel, when the Win client is not running (and keeping the database alive).
Declaration
public void Dispose()