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

Holds information indicating if an existing message should have it's queue delay time increased
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
RedisQueueDelay ( System.TimeSpan increaseDelay ) : System

Initializes a new instance of the RedisQueueDelay class.

Method Details

RedisQueueDelay() public method

Initializes a new instance of the RedisQueueDelay class.
public RedisQueueDelay ( System.TimeSpan increaseDelay ) : System
increaseDelay System.TimeSpan The increase delay.
return System