FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..getParallelSteps Method

Gets the parallel steps.

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

Syntax


public Dictionary<string, string> getParallelSteps(
	out List<string> oStepList,
	string synchStep,
	string stepType
)
Public Function getParallelSteps ( _
	<OutAttribute> ByRef oStepList As List(Of String), _
	synchStep As String, _
	stepType As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getParallelSteps(
	[OutAttribute] List<String^>^% oStepList, 
	String^ synchStep, 
	String^ stepType
)

Parameters

oStepList
Type: List<(Of <(<'String>)>)>%
The o step list.
synchStep
Type: String
The synch step.
stepType
Type: String
Type of the step.

Return Value

Dictionary<System.String, System.String>.