3 references to MsmqDuration
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
62int totalSeconds = MsmqDuration.FromTimeSpan(factory.TimeToLive);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
111property.InternalSetTimeToReachQueue(MsmqDuration.ToTimeSpan(this.timeToReachQueue.Value));
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
242EnsureTimeToReachQueueProperty(MsmqDuration.FromTimeSpan(property.TimeToReachQueue.Value));