FactorySettingsElement::IdleTimeout Property

.NET Framework (current version)
 

Gets or sets the maximum interval of time for which the object can remain idle in a workflow cache before being disposed.

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

public:
[ConfigurationPropertyAttribute("idleTimeout", DefaultValue = "00:02:00")]
property TimeSpan IdleTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A timespan object.

.NET Framework
Available since 4.0
Return to top
Show: