C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.Time.PostgreSqlTime

Inheritance: DotNetWorkQueue.Time.BaseTime
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
PostgreSqlTime ( ILogFactory log, BaseTimeConfiguration configuration, IConnectionInformation connectionInformation, DateTime>.IQueryHandler dateTimeQueryHandler ) : System

Initializes a new instance of the PostgreSqlTime class.

Méthodes protégées

Méthode Description
GetTime ( ) : System.DateTime

Gets the time.

Method Details

GetTime() protected méthode

Gets the time.
protected GetTime ( ) : System.DateTime
Résultat System.DateTime

PostgreSqlTime() public méthode

Initializes a new instance of the PostgreSqlTime class.
public PostgreSqlTime ( ILogFactory log, BaseTimeConfiguration configuration, IConnectionInformation connectionInformation, DateTime>.IQueryHandler dateTimeQueryHandler ) : System
log ILogFactory The log.
configuration DotNetWorkQueue.Configuration.BaseTimeConfiguration The configuration.
connectionInformation IConnectionInformation The connection information.
dateTimeQueryHandler DateTime>.IQueryHandler The date time query handler.
Résultat System