C# Class DotNetWorkQueue.Transport.PostgreSQL.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