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