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.
Mostrar archivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
TableNameHelper ( IConnectionInformation connectionInformation ) : System.Collections.Generic

Initializes a new instance of the TableNameHelper class.

Method Details

TableNameHelper() public method

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