FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getVariableStates Method

get variable states for each execution iteration

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

Syntax


public SortedList<int, XElement> getVariableStates(
	string sInstanceID,
	ref Hashtable oVarsDic
)
Public Function getVariableStates ( _
	sInstanceID As String, _
	ByRef oVarsDic As Hashtable _
) As SortedList(Of Integer, XElement)
public:
SortedList<int^, XElement^>^ getVariableStates(
	String^ sInstanceID, 
	Hashtable^% oVarsDic
)

Parameters

sInstanceID
Type: String
The s instance identifier.
oVarsDic
Type: Hashtable%
The o vars dic.

Return Value

SortedList<System.Int32, XElement>.