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

Inheritance: System.IDisposable
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
AddConnectionIfNeeded ( IConnectionInformation connection ) : void
Dispose ( ) : void
SqLiteHoldConnection ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AddConnectionIfNeeded() public method

public AddConnectionIfNeeded ( IConnectionInformation connection ) : void
connection IConnectionInformation
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SqLiteHoldConnection() public method

public SqLiteHoldConnection ( ) : System
return System