Click or drag to resize
IActionFactoryCreateAction Method
Creates the action according to the current request.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
IAction CreateAction(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The request's Config instance.

Return Value

Type: IAction
a ready to act IAction instance.
See Also