C# Class DotNetWorkQueue.Transport.SQLite.Basic.GetFirstMessageDeliveryTime

Inheritance: IGetFirstMessageDeliveryTime
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

GetFirstMessageDeliveryTime() public method

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

GetTime() public method

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.
return System.DateTime