C# Class NServiceBus.Performance.TimeToBeReceived.DiscardIfNotReceivedBefore

Instructs the transport to discard the message if it hasn't been received. within the specified timespan.
Inheritance: DeliveryConstraint
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
DiscardIfNotReceivedBefore ( System.TimeSpan maxTime ) : System

Initializes the constraint with a max time.

Method Details

DiscardIfNotReceivedBefore() public méthode

Initializes the constraint with a max time.
public DiscardIfNotReceivedBefore ( System.TimeSpan maxTime ) : System
maxTime System.TimeSpan
Résultat System