C# 클래스 NServiceBus.DelayedDelivery.DoNotDeliverBefore

Represent a constraint that the message can't be made available for consumption before a given time.
상속: DelayedDeliveryConstraint
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
DoNotDeliverBefore ( System.DateTime at ) : System

Initializes a new instance of DoNotDeliverBefore.

메소드 상세

DoNotDeliverBefore() 공개 메소드

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.
리턴 System