5 references to TIME_TO_REACH_QUEUE
System.Messaging (5)
System\Messaging\Message.cs (1)
236if (0 != (data & MessagePropertyFilter.TIME_TO_REACH_QUEUE))
System\Messaging\MessagePropertyFilter.cs (4)
905return ((data2 & TIME_TO_REACH_QUEUE) != 0); 910data2 = value ? data2 | TIME_TO_REACH_QUEUE : data2 & ~TIME_TO_REACH_QUEUE; 1146TIME_TO_REACH_QUEUE |