| IActionFactoryCreateAction Method |
Creates the action according to the current request.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxIAction CreateAction(
Config monConfig
)
Function CreateAction (
monConfig As Config
) As IAction
IAction^ CreateAction(
Config^ monConfig
)
abstract CreateAction :
monConfig : Config -> IAction
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The request's Config instance.
Return Value
Type:
IActiona ready to act IAction instance.
See Also