1 write to TimeToReachQueue
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
135set { this.property.TimeToReachQueue = value; }
3 references to TimeToReachQueue
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
241if (property.TimeToReachQueue.HasValue) 242EnsureTimeToReachQueueProperty(MsmqDuration.FromTimeSpan(property.TimeToReachQueue.Value));
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
134get { return this.property.TimeToReachQueue; }