C# Class DotNetWorkQueue.Transport.SqlServer.Basic.TableNameHelper

A helper class that outputs the name for a given queue table, given the base name of the queue.
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
TableNameHelper ( IConnectionInformation connectionInformation ) : System.Collections.Generic

Initializes a new instance of the TableNameHelper class.

Method Details

TableNameHelper() public méthode

Initializes a new instance of the TableNameHelper class.
public TableNameHelper ( IConnectionInformation connectionInformation ) : System.Collections.Generic
connectionInformation IConnectionInformation The connection information.
Résultat System.Collections.Generic