ChannelSettingsElement::LeaseTimeout Property

.NET Framework (current version)
 

Gets or sets the interval of time after which an object will be removed from the cache.

Namespace:   System.ServiceModel.Activities.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

public:
[ConfigurationPropertyAttribute("leaseTimeout", DefaultValue = "00:05:00")]
property TimeSpan LeaseTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A timespan object.

.NET Framework
Available since 4.0
Return to top
Show: