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