2 writes to timeToReachQueue
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessageProperty.cs (2)
161this.timeToReachQueue = value; 167this.timeToReachQueue = timeout;
1 reference to timeToReachQueue
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessageProperty.cs (1)
157get { return this.timeToReachQueue; }