FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEngineServices..::..launchChildProcess Method

Launches the child process.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static void launchChildProcess(
	bool isMultiTenant,
	engineServices oService,
	deServerSession oParm
)
Public Shared Sub launchChildProcess ( _
	isMultiTenant As Boolean, _
	oService As engineServices, _
	oParm As deServerSession _
)
public:
static void launchChildProcess(
	bool^ isMultiTenant, 
	engineServices^ oService, 
	deServerSession^ oParm
)

Parameters

isMultiTenant
Type: Boolean
Is multi tenant
oService
Type: FlowWright.cDevDeAPI..::..engineServices
The o service.
oParm
Type: deServerSession
The o parm.