2 references to TimeToLive
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
60
if (factory.
TimeToLive
!= TimeSpan.MaxValue)
62
int totalSeconds = MsmqDuration.FromTimeSpan(factory.
TimeToLive
);