Symphony Framework
Execution Constructor(DBConnector,Boolean)
Symphony.Harmony.Client Namespace > Execution Class > Execution Constructor : Execution Constructor(DBConnector,Boolean)
A valid database connecion object.
If true then the execution of the logic is performed in-process.
Constructor accepts a valid connecton object and a flag indicating that the execution is local.
Syntax
public Execution( 
   DBConnector connector,
   bool doInProcess
)

Parameters

connector
A valid database connecion object.
doInProcess
If true then the execution of the logic is performed in-process.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Execution Class
Execution Members
Overload List