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

Returns the first possible message delivery time
Inheritance: IGetFirstMessageDeliveryTime
Mostra file 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

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

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