C# 클래스 DotNetWorkQueue.Transport.SqlServer.Basic.Time.SqlServerTime

상속: DotNetWorkQueue.Time.BaseTime
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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