C# Класс NServiceBus.DelayedDelivery.DelayDeliveryWith

Represent a constraint that the message can't be delivered before the specified delay has elapsed.
Наследование: DelayedDeliveryConstraint
Показать файл Открыть проект

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

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

Initializes a new instance of DelayDeliveryWith.

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

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

Initializes a new instance of DelayDeliveryWith.
public DelayDeliveryWith ( System.TimeSpan delay ) : System
delay System.TimeSpan How long to delay the delivery of the message.
Результат System