FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getStepExecutionTimesForDefinition Method

get step exection times based on the definition

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

Syntax


public SortedDictionary<int, clsStatItem> getStepExecutionTimesForDefinition(
	string sDefinitionID
)
Public Function getStepExecutionTimesForDefinition ( _
	sDefinitionID As String _
) As SortedDictionary(Of Integer, clsStatItem)
public:
SortedDictionary<int^, clsStatItem^>^ getStepExecutionTimesForDefinition(
	String^ sDefinitionID
)

Parameters

sDefinitionID
Type: String
The s definition identifier.

Return Value

SortedDictionary<System.Int32, clsStatItem>.