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
)
Public Sub LoadApplication (
appKey As String,
metaPath As String,
Optional useThreadPool As Boolean = 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