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

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

Public Methods

Method Description
SqlQueueDelay ( System.TimeSpan increaseDelay ) : System

Initializes a new instance of the SqlQueueDelay class.

Method Details

SqlQueueDelay() public method

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