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

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

Méthodes publiques

Méthode Description
SqlQueueDelay ( System.TimeSpan increaseDelay ) : System

Initializes a new instance of the SqlQueueDelay class.

Method Details

SqlQueueDelay() public méthode

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