C# Класс NServiceBus.Performance.TimeToBeReceived.DiscardIfNotReceivedBefore

Instructs the transport to discard the message if it hasn't been received. within the specified timespan.
Наследование: DeliveryConstraint
Показать файл Открыть проект

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

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

Initializes the constraint with a max time.

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

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

Initializes the constraint with a max time.
public DiscardIfNotReceivedBefore ( System.TimeSpan maxTime ) : System
maxTime System.TimeSpan
Результат System