FactorySettingsElement::MaxItemsInCache Property

.NET Framework (current version)
 

Gets or sets the maximum number of objects that can be in a workflow cache.

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

public:
[ConfigurationPropertyAttribute("maxItemsInCache", DefaultValue = "16")]
[IntegerValidatorAttribute(MinValue = 0)]
property int MaxItemsInCache {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer representing a maximum number.

.NET Framework
Available since 4.0
Return to top
Show: