FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBErrorProvider..::..getSummaryByPriority Method

Gets the summary by priority.

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

Syntax


public Dictionary<string, long> getSummaryByPriority(
	priorityLevel oPriority
)
Public Function getSummaryByPriority ( _
	oPriority As priorityLevel _
) As Dictionary(Of String, Long)
public:
Dictionary<String^, long long^>^ getSummaryByPriority(
	priorityLevel^ oPriority
)

Parameters

oPriority
Type: FlowWright.cDevErrorProvider..::..priorityLevel
The o priority.

Return Value

Dictionary<System.String, System.Int64>.