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