C# Class DotNetWorkQueue.Transport.SqlServer.Basic.Time.SqlServerTime

Inheritance: DotNetWorkQueue.Time.BaseTime
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
SqlServerTime ( ILogFactory log, BaseTimeConfiguration configuration, IConnectionInformation connectionInformation, DateTime>.IQueryHandler dateTimeQueryHandler ) : System

Initializes a new instance of the SqlServerTime class.

Protected Methods

Method Description
GetTime ( ) : System.DateTime

Gets the time.

Method Details

GetTime() protected method

Gets the time.
protected GetTime ( ) : System.DateTime
return System.DateTime

SqlServerTime() public method

Initializes a new instance of the SqlServerTime class.
public SqlServerTime ( 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.
return System