Show / Hide Table of Contents

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).

Inheritance
Object
DatabaseKeepaliveHelper
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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()

Implements

IDisposable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top