C# Класс DotNetWorkQueue.Transport.PostgreSQL.Basic.SqlQueueDelay

Holds information indicating if an existing message should have it's queue delay time increased
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SqlQueueDelay ( System.TimeSpan increaseDelay ) : System

Initializes a new instance of the SqlQueueDelay class.

Описание методов

SqlQueueDelay() публичный Метод

Initializes a new instance of the SqlQueueDelay class.
public SqlQueueDelay ( System.TimeSpan increaseDelay ) : System
increaseDelay System.TimeSpan The increase delay.
Результат System