FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getStepExecutionTimesForInstance Method

get the step execution times for an instance

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

Syntax


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

Parameters

sInstanceID
Type: String
id of the instance

Return Value

SortedDictionary<System.Int32, clsStatItem>.