Click or drag to resize

ContextFactory Constructor (ContextFactoryCacheSettings)

Note: This API is now obsolete.

Creates a new instance of the factory object with the default cache properties.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[ObsoleteAttribute("ContextFactory(cacheSettings) is deprecated, please use ContextFactory(appKey, cacheSettings, appLoadFlags) instead.")]
public ContextFactory(
	ContextFactoryCacheSettings cacheSettings
)

Parameters

cacheSettings
Type: NetQuarryContextFactoryCacheSettings
Cache settings.
See Also