FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getExecutionCount Method

Gets the execution count.

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

Syntax


public Dictionary<string, int> getExecutionCount(
	string sXML
)
Public Function getExecutionCount ( _
	sXML As String _
) As Dictionary(Of String, Integer)
public:
Dictionary<String^, int^>^ getExecutionCount(
	String^ sXML
)

Parameters

sXML
Type: String
The s XML.

Return Value

Dictionary<System.String, System.Int32>.