ChannelSettingsElement::MaxItemsInCache Property
.NET Framework (current version)
Gets or sets the maximum number of objects that can be in the cache.
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); }
.NET Framework
Available since 4.0
Available since 4.0
Show: