2 writes to createdBefore
System.Messaging (2)
System\Messaging\MessageQueueCriteria.cs (2)
64
this.
createdBefore
= this.createdAfter;
91
this.
createdBefore
= value;
5 references to createdBefore
System.Messaging (5)
System\Messaging\MessageQueueCriteria.cs (5)
63
if (this.filter.CreatedBefore && this.createdAfter > this.
createdBefore
)
83
return this.
createdBefore
;
92
if (this.filter.CreatedAfter && this.createdAfter > this.
createdBefore
)
93
this.createdAfter = this.
createdBefore
;
256
restrictions.AddI4(NativeMethods.QUEUE_PROPID_CREATE_TIME, Restrictions.PRLE, ConvertTime(this.
createdBefore
));