C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqLiteHoldConnection

Inheritance: System.IDisposable
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
AddConnectionIfNeeded ( IConnectionInformation connection ) : void
Dispose ( ) : void
SqLiteHoldConnection ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddConnectionIfNeeded() public méthode

public AddConnectionIfNeeded ( IConnectionInformation connection ) : void
connection IConnectionInformation
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SqLiteHoldConnection() public méthode

public SqLiteHoldConnection ( ) : System
Résultat System