2 writes to LeaseTimeout
System.ServiceModel (1)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
52
settings.
LeaseTimeout
= this.LeaseTimeout;
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
101
channelPoolSettings.
LeaseTimeout
=
4 references to LeaseTimeout
System.ServiceModel (3)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
368
channelPoolSettings.SetProperty(AdministrationStrings.LeaseTimeout, oneWay.ChannelPoolSettings.
LeaseTimeout
);
System\ServiceModel\Channels\ChannelPool.cs (1)
18
: base(settings.MaxOutboundChannelsPerEndpoint, settings.IdleTimeout, settings.
LeaseTimeout
)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
64
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.LeaseTimeout, settings.
LeaseTimeout
);
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
430
: base(settings.MaxOutboundChannelsPerEndpoint, settings.IdleTimeout, settings.
LeaseTimeout
)