C# Class NServiceBus.DelayedDelivery.DoNotDeliverBefore

Represent a constraint that the message can't be made available for consumption before a given time.
Inheritance: DelayedDeliveryConstraint
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DoNotDeliverBefore ( System.DateTime at ) : System

Initializes a new instance of DoNotDeliverBefore.

Method Details

DoNotDeliverBefore() public method

Initializes a new instance of DoNotDeliverBefore.
public DoNotDeliverBefore ( System.DateTime at ) : System
at System.DateTime The earliest time this message should be made available to its consumers.
return System