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