C# Класс DotNetWorkQueue.Transport.SqlServer.Basic.Time.SqlServerTime

Наследование: DotNetWorkQueue.Time.BaseTime
Показать файл Открыть проект

Открытые методы

Метод Описание
SqlServerTime ( ILogFactory log, BaseTimeConfiguration configuration, IConnectionInformation connectionInformation, DateTime>.IQueryHandler dateTimeQueryHandler ) : System

Initializes a new instance of the SqlServerTime class.

Защищенные методы

Метод Описание
GetTime ( ) : System.DateTime

Gets the time.

Описание методов

GetTime() защищенный Метод

Gets the time.
protected GetTime ( ) : System.DateTime
Результат System.DateTime

SqlServerTime() публичный Метод

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.
Результат System