4 references to MESSAGE_PROPID_TIME_TO_REACH_QUEUE
System.Messaging (4)
System\Messaging\Message.cs (4)
237
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_TIME_TO_REACH_QUEUE
, 0);
1746
return TimeSpan.FromSeconds((uint)properties.GetUI4(NativeMethods.
MESSAGE_PROPID_TIME_TO_REACH_QUEUE
));
1761
properties.Remove(NativeMethods.
MESSAGE_PROPID_TIME_TO_REACH_QUEUE
);
1766
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_TIME_TO_REACH_QUEUE
, (int)((uint)timeoutInSeconds));