Click or drag to resize
IParameterLoaderLoadTo Method
Loads the parameters of the request to the given Config instance.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void LoadTo(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The Config instance to load parameters to.
See Also