C# 클래스 NServiceBus.DelayedDelivery.DelayDeliveryWith

Represent a constraint that the message can't be delivered before the specified delay has elapsed.
상속: DelayedDeliveryConstraint
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
DelayDeliveryWith ( System.TimeSpan delay ) : System

Initializes a new instance of DelayDeliveryWith.

메소드 상세

DelayDeliveryWith() 공개 메소드

Initializes a new instance of DelayDeliveryWith.
public DelayDeliveryWith ( System.TimeSpan delay ) : System
delay System.TimeSpan How long to delay the delivery of the message.
리턴 System