Click or drag to resize

ContextFactory Constructor (String, ContextFactoryCacheSettings, ApplicationLoadFlags)

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
public ContextFactory(
	string appKey,
	ContextFactoryCacheSettings cacheSettings = null,
	ApplicationLoadFlags appLoadFlags = ApplicationLoadFlags.NoPageInfosLoad|ApplicationLoadFlags.NoNavigatorsLoad
)

Parameters

appKey
Type: SystemString
The key to use for this application
cacheSettings (Optional)
Type: NetQuarryContextFactoryCacheSettings
Cache settings.
appLoadFlags (Optional)
Type: NetQuarryApplicationLoadFlags
Load flags to use for the application creation behavior.
See Also