ContextFactory Constructor (ContextFactoryCacheSettings, ApplicationLoadFlags) |
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, appLoadFlags) is deprecated, please use ContextFactory(appKey, cacheSettings, appLoadFlags) instead.")]
public ContextFactory(
ContextFactoryCacheSettings cacheSettings,
ApplicationLoadFlags appLoadFlags
)
<ObsoleteAttribute("ContextFactory(cacheSettings, appLoadFlags) is deprecated, please use ContextFactory(appKey, cacheSettings, appLoadFlags) instead.")>
Public Sub New (
cacheSettings As ContextFactoryCacheSettings,
appLoadFlags As ApplicationLoadFlags
)
Parameters
- cacheSettings
- Type: NetQuarryContextFactoryCacheSettings
Cache settings. - appLoadFlags
- Type: NetQuarryApplicationLoadFlags
Load flags to use for the application creation behavior.
See Also