C# Class NServiceBus.DelayedDelivery.DelayDeliveryWith

Represent a constraint that the message can't be delivered before the specified delay has elapsed.
Inheritance: DelayedDeliveryConstraint
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DelayDeliveryWith ( System.TimeSpan delay ) : System

Initializes a new instance of DelayDeliveryWith.

Method Details

DelayDeliveryWith() public method

Initializes a new instance of DelayDeliveryWith.
public DelayDeliveryWith ( System.TimeSpan delay ) : System
delay System.TimeSpan How long to delay the delivery of the message.
return System