6 references to USE_JOURNALING
System.Messaging (6)
System\Messaging\Message.cs (1)
156
if ((0 == (data & MessagePropertyFilter.USE_DEADLETTER_QUEUE)) && (0 != (data & MessagePropertyFilter.
USE_JOURNALING
)))
System\Messaging\MessagePropertyFilter.cs (5)
1031
return ((data1 &
USE_JOURNALING
) != 0);
1036
data1 = value ? data1 |
USE_JOURNALING
: data2 & ~
USE_JOURNALING
;
1093
USE_JOURNALING
|
1120
USE_JOURNALING
|