C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.GetFirstMessageDeliveryTime

상속: IGetFirstMessageDeliveryTime
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
GetFirstMessageDeliveryTime ( IGetTimeFactory getTime ) : System

Initializes a new instance of the GetFirstMessageDeliveryTime class.

GetTime ( IMessage message, IAdditionalMessageData data ) : System.DateTime

Gets the first possible delivery time for a message in UTC format.

메소드 상세

GetFirstMessageDeliveryTime() 공개 메소드

Initializes a new instance of the GetFirstMessageDeliveryTime class.
public GetFirstMessageDeliveryTime ( IGetTimeFactory getTime ) : System
getTime IGetTimeFactory The get time.
리턴 System

GetTime() 공개 메소드

Gets the first possible delivery time for a message in UTC format.
public GetTime ( IMessage message, IAdditionalMessageData data ) : System.DateTime
message IMessage The message.
data IAdditionalMessageData The additional message data.
리턴 System.DateTime