C# 클래스 NServiceBus.Performance.TimeToBeReceived.DiscardIfNotReceivedBefore

Instructs the transport to discard the message if it hasn't been received. within the specified timespan.
상속: DeliveryConstraint
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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