C# Class NServiceBus.DelayedDelivery.DoNotDeliverBefore

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

Méthodes publiques

Méthode Description
DoNotDeliverBefore ( System.DateTime at ) : System

Initializes a new instance of DoNotDeliverBefore.

Method Details

DoNotDeliverBefore() public méthode

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.
Résultat System