Click or drag to resize

MetadataReaderLoadApplication Method

Loads all modules for an application from the specified path.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void LoadApplication(
	string appKey,
	string metaPath,
	bool useThreadPool = false
)

Parameters

appKey
Type: SystemString
The application ID
metaPath
Type: SystemString
The path for the meta data files.
useThreadPool (Optional)
Type: SystemBoolean
Set to true to load using the threadpool
See Also