WorkflowRuntimeSection::WorkflowDefinitionCacheCapacity Property

.NET Framework (current version)
 

Gets the number of workflow definitions that can be cached by the runtime.

Namespace:   System.Workflow.Runtime.Configuration
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
[ConfigurationPropertyAttribute("WorkflowDefinitionCacheCapacity", 
	DefaultValue = 0)]
property int WorkflowDefinitionCacheCapacity {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of workflows.

.NET Framework
Available since 3.0
Return to top
Show: