2 references to FromTimeSpan
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
62
int totalSeconds = MsmqDuration.
FromTimeSpan
(factory.TimeToLive);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
242
EnsureTimeToReachQueueProperty(MsmqDuration.
FromTimeSpan
(property.TimeToReachQueue.Value));